mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 cran cran ExtDist 0.7-2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Extending the range of functions for probability distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 41ca7937fa0ccefd0a5507236234d1d5ee1085c8 \
|
|
sha256 d5e95a029cfa1288c3451dffff8222f21e77d77a128c29967cdd0a7db4ac2a73 \
|
|
size 364915
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-numDeriv \
|
|
port:R-optimx
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-PerformanceAnalytics \
|
|
port:R-rmarkdown \
|
|
port:R-SuppDists \
|
|
port:R-truncdist \
|
|
port:R-VGAM \
|
|
port:R-xtable
|
|
|
|
test.run yes
|