mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 r-forge r-project distrMod 2.9.6
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Implements S4 classes for probability models \
|
|
based on packages R-distr and R-distrEx
|
|
long_description {*}${description}
|
|
homepage https://distr.r-forge.r-project.org
|
|
checksums rmd160 e824d01772b6bad1f5c759af7f9e36336c568670 \
|
|
sha256 4f84080277e2cf080df47d3896741269d3e186d25694c06c061b984a2f4122de \
|
|
size 780252
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-distr \
|
|
port:R-distrEx \
|
|
port:R-RandVar \
|
|
port:R-sfsmisc \
|
|
port:R-startupmsg
|
|
|
|
depends_test-append port:R-evd \
|
|
port:R-ismev \
|
|
port:R-RobAStBase \
|
|
port:R-RobExtremes
|
|
|
|
test.run yes
|