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
30 lines
1.0 KiB
Tcl
30 lines
1.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
|
|
|
|
R.setup github mcol hsstan 0.8.2 hsstan_
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Hierarchical shrinkage Stan models for biomarker selection
|
|
long_description {*}${description}
|
|
checksums rmd160 873250a71ba8fe23029f2070dda1e6dded5d63c3 \
|
|
sha256 65756e128738a6061e4a4aa3b2a1b97f78ce508266624563b69597281348dc1c \
|
|
size 221023
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-ggplot2 \
|
|
port:R-loo \
|
|
port:R-pROC \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|