mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
862 B
Tcl
24 lines
862 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 alphaOutlier 1.2.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Obtain Alpha-outlier regions for well-known probability distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 d420d2caedf621c099e182ccf87fa5eabe34d7dd \
|
|
sha256 8d05cb5161c3f3a3d3d2a4973385f62e6c70e214e9a2fb5fe1d5472dcf5ed927 \
|
|
size 18024
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-nleqslv \
|
|
port:R-quantreg \
|
|
port:R-Rsolnp
|
|
|
|
test.run yes
|