2023-09-16 05:33:10 +07:00
|
|
|
# -*- 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
|
|
|
|
|
|
2024-12-07 10:15:55 +08:00
|
|
|
R.setup cran mtsagris Compositional 7.2
|
2024-07-10 18:03:41 +08:00
|
|
|
revision 0
|
2023-09-16 05:33:10 +07:00
|
|
|
categories-append math
|
2024-07-10 18:03:41 +08:00
|
|
|
platforms {darwin any}
|
2024-11-04 03:30:23 +08:00
|
|
|
maintainers nomaintainer
|
2023-09-16 05:33:10 +07:00
|
|
|
license GPL-2+
|
|
|
|
|
description Compositional data analysis
|
|
|
|
|
long_description {*}${description}
|
2024-12-07 10:15:55 +08:00
|
|
|
checksums rmd160 9d139fafa082aa206c38e7f605585749f1f64ca9 \
|
|
|
|
|
sha256 457e1a856c8e91cc4cfab89481cf9e631e382bcd884c37e79a0cc97f377a3059 \
|
|
|
|
|
size 210278
|
2023-09-16 05:33:10 +07:00
|
|
|
supported_archs noarch
|
|
|
|
|
|
2024-11-04 03:30:23 +08:00
|
|
|
depends_lib-append port:R-bigstatsr \
|
|
|
|
|
port:R-doParallel \
|
2023-09-16 05:33:10 +07:00
|
|
|
port:R-emplik \
|
|
|
|
|
port:R-energy \
|
|
|
|
|
port:R-foreach \
|
|
|
|
|
port:R-glmnet \
|
|
|
|
|
port:R-mda \
|
2024-07-10 18:03:41 +08:00
|
|
|
port:R-minpack.lm \
|
2023-09-16 05:33:10 +07:00
|
|
|
port:R-mixture \
|
2023-12-14 04:53:23 +08:00
|
|
|
port:R-mvhtests \
|
|
|
|
|
port:R-quadprog \
|
2024-08-23 19:40:51 +08:00
|
|
|
port:R-quantreg \
|
2023-12-14 04:53:23 +08:00
|
|
|
port:R-regda \
|
2023-09-16 05:33:10 +07:00
|
|
|
port:R-Rfast \
|
|
|
|
|
port:R-Rfast2 \
|
2023-12-14 04:53:23 +08:00
|
|
|
port:R-Rnanoflann \
|
2023-09-16 05:33:10 +07:00
|
|
|
port:R-sn
|
|
|
|
|
|
2024-11-04 03:30:23 +08:00
|
|
|
depends_test-append port:R-bigparallelr \
|
|
|
|
|
port:R-codalm \
|
2024-08-23 19:40:51 +08:00
|
|
|
port:R-FlexDir
|
|
|
|
|
|
2023-09-16 05:33:10 +07:00
|
|
|
test.run yes
|