mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
842 B
Tcl
24 lines
842 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran ogarciav resde 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Maximum likelihood estimation for univariate reducible stochastic differential equation models
|
|
long_description {*}${description}
|
|
checksums rmd160 767c9896a3fb48e9276eb0bdc151a0892cacf351 \
|
|
sha256 010e8b7908cadd1cabe4f36523775841513f3d62516f02cec174f2a7c84fd504 \
|
|
size 242918
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Deriv
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|