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
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 fharrell rmsb 1.1-1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian Regression Modelling Strategies
|
|
long_description {*}${description}
|
|
homepage https://hbiostat.org/R/rmsb
|
|
checksums rmd160 5009f325fd4181952984f82ae72740c2b9d885f4 \
|
|
sha256 778b53f6a94f7dd33bbe5c6b4bd9f89d6cd8271b0cfda6494ee562b9cae663b8 \
|
|
size 115722
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-digest \
|
|
port:R-ggplot2 \
|
|
port:R-Hmisc \
|
|
port:R-knitr \
|
|
port:R-loo \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rms \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-bayesplot \
|
|
port:R-mice
|
|
|
|
test.run yes
|