mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
878 B
Tcl
25 lines
878 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran yrobink ROOPSD 0.3.9
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license CeCILL-2
|
|
description R object-oriented programming for statistical distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 113419aded1d7c60ad97c283d98fb03c3941ceca \
|
|
sha256 22a11beeb695a88836b9c64a9b0cfdbf4fee4274f7cc601e69949b33de738775 \
|
|
size 33345
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Lmoments \
|
|
port:R-numDeriv \
|
|
port:R-R6
|
|
|
|
test.run yes
|