mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
58 lines
2.0 KiB
Tcl
58 lines
2.0 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran stan-dev projpred 2.8.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Projection predictive feature selection
|
|
long_description {*}${description}
|
|
homepage https://mc-stan.org/projpred
|
|
checksums rmd160 d5f88ce818c2e90464c00be4302fd1ece4be06ce \
|
|
sha256 b383ddc5eca275737b96e4e3e14256b4f4abc4b29d292b5cebf3828d0921a1f6 \
|
|
size 1341946
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-gamm4 \
|
|
port:R-ggplot2 \
|
|
port:R-gtools \
|
|
port:R-lme4 \
|
|
port:R-loo \
|
|
port:R-mclogit \
|
|
port:R-mvtnorm \
|
|
port:R-ordinal \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rstantools \
|
|
port:R-scales
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-bayesplot \
|
|
port:R-brms \
|
|
port:R-cmdstanr \
|
|
port:R-doFuture \
|
|
port:R-doParallel \
|
|
port:R-doRNG \
|
|
port:R-foreach \
|
|
port:R-future \
|
|
port:R-future.callr \
|
|
port:R-ggrepel \
|
|
port:R-glmnet \
|
|
port:R-iterators \
|
|
port:R-knitr \
|
|
port:R-optimx \
|
|
port:R-posterior \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-rstanarm \
|
|
port:R-testthat \
|
|
port:R-ucminf \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|