mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
787 B
Tcl
24 lines
787 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 zesdave SSsimple 0.6.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Simulate, solve state space models
|
|
long_description {*}${description}
|
|
checksums rmd160 0a2e9c9bd4d3996b76315507fb5786529034f2d4 \
|
|
sha256 550b9c2ac304b204a5ac4d6ff649b9e77235f0f487dcff344f0975ba67ca1cda \
|
|
size 300779
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mvtnorm
|
|
|
|
depends_test-append port:R-maps
|
|
|
|
test.run yes
|