mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
854 B
Tcl
25 lines
854 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 cran SparseMSE 2.0.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Multiple Systems Estimation for Sparse Capture Data
|
|
long_description {*}${description}
|
|
checksums rmd160 db64a87f32092a99f1f6e2ce8e8b120a89c84fe1 \
|
|
sha256 67355333778219604ebac5d04f9f08c538f5ba52e2ffe63827260fe581dc97aa \
|
|
size 30055
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lpSolve \
|
|
port:R-Rcapture
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|