You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
92 lines
3.3 KiB
Tcl
92 lines
3.3 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 fitteR 0.2.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Fit hundreds of theoretical distributions to empirical data
|
|
long_description {*}${description}
|
|
checksums rmd160 444fbe02108256985ff1aa46da399092d9b5a256 \
|
|
sha256 c92f3ad9ebd544b78487f4e47290ee0a17b30e7898efa0ceb9fabae692916350 \
|
|
size 20210
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-DT \
|
|
port:R-maxLik \
|
|
port:R-R.utils \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-actuar \
|
|
port:R-ald \
|
|
port:R-benchden \
|
|
port:R-BiasedUrn \
|
|
port:R-bridgedist \
|
|
port:R-Davies \
|
|
port:R-DiscreteInverseWeibull \
|
|
port:R-DiscreteLaplace \
|
|
port:R-DiscreteWeibull \
|
|
port:R-emdbook \
|
|
port:R-emg \
|
|
port:R-EnvStats \
|
|
port:R-evd \
|
|
port:R-evir \
|
|
port:R-ExtDist \
|
|
port:R-extremefit \
|
|
port:R-FAdist \
|
|
port:R-FatTailsR \
|
|
port:R-fBasics \
|
|
port:R-fExtremes \
|
|
port:R-flexsurv \
|
|
port:R-gambin \
|
|
port:R-gb \
|
|
port:R-GenBinomApps \
|
|
port:R-GeneralizedHyperbolic \
|
|
port:R-gld \
|
|
port:R-GLDEX \
|
|
port:R-glogis \
|
|
port:R-GSM \
|
|
port:R-hermite \
|
|
port:R-HyperbolicDist \
|
|
port:R-KScorrect \
|
|
port:R-loglognorm \
|
|
port:R-marg \
|
|
port:R-mc2d \
|
|
port:R-minimax \
|
|
port:R-msm \
|
|
port:R-nCDunnett \
|
|
port:R-NormalLaplace \
|
|
port:R-normalp \
|
|
port:R-ParetoPosStable \
|
|
port:R-PearsonDS \
|
|
port:R-poistweedie \
|
|
port:R-polyaAeppli \
|
|
port:R-qmap \
|
|
port:R-QRM \
|
|
port:R-ReIns \
|
|
port:R-reliaR \
|
|
port:R-Renext \
|
|
port:R-revdbayes \
|
|
port:R-RMKdiscrete \
|
|
port:R-RMTstat \
|
|
port:R-sadists \
|
|
port:R-skellam \
|
|
port:R-SkewHyperbolic \
|
|
port:R-skewt \
|
|
port:R-SMR \
|
|
port:R-sn \
|
|
port:R-stabledist \
|
|
port:R-STAR \
|
|
port:R-statmod \
|
|
port:R-trapezoid \
|
|
port:R-triangle \
|
|
port:R-truncnorm \
|
|
port:R-VarianceGamma
|
|
|
|
test.run yes
|