mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
904 B
Tcl
27 lines
904 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 SparseMDC 0.99.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Implementation of SparseMDC algorithm
|
|
long_description {*}${description}
|
|
checksums rmd160 ff605ba40d4ac5d136483da23cb0c0c2cb70bdf5 \
|
|
sha256 92f6b89a77634343a0859c9e97b58e4c7baf0a605d41e9e36ad2253a26d46a34 \
|
|
size 4588604
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-doRNG \
|
|
port:R-foreach
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|