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
53 lines
1.8 KiB
Tcl
53 lines
1.8 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran Novartis RBesT 1.7-4
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description R Bayesian Evidence Synthesis Tools
|
|
long_description {*}${description}
|
|
homepage https://opensource.nibr.com/RBesT
|
|
checksums rmd160 0e00453536747a5eef85edb7f888015f6e1c6ad5 \
|
|
sha256 a3bbac106ccab50bd17823a025f62847475051e7617f9743d95c3a11ce7428fe \
|
|
size 760330
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-assertthat \
|
|
port:R-bayesplot \
|
|
port:R-BH \
|
|
port:R-checkmate \
|
|
port:R-dplyr \
|
|
port:R-Formula \
|
|
port:R-ggplot2 \
|
|
port:R-matrixStats \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rlang \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
depends_test-append port:R-brms \
|
|
port:R-broom \
|
|
port:R-foreach \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-purrr \
|
|
port:R-ragg \
|
|
port:R-rmarkdown \
|
|
port:R-rstanarm \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|