mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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 ramiyaari simode 1.2.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Statistical inference for systems \
|
|
of ordinary differential equations \
|
|
using separable integral-matching
|
|
long_description {*}${description}
|
|
checksums rmd160 3072d7f2502e7858572701625bfdb3b92267caaf \
|
|
sha256 2ef6b54aafc454c946db3430f37823b39b207a54f4d04cf4abe1d76fe59a398e \
|
|
size 435101
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-deSolve \
|
|
port:R-glmnet \
|
|
port:R-ncvreg \
|
|
port:R-pracma \
|
|
port:R-quadprog
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|