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
63 lines
2.3 KiB
Tcl
63 lines
2.3 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 dmphillippo multinma 0.7.2 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bayesian network meta-analysis of individual and aggregate data
|
|
long_description {*}${description}
|
|
homepage https://dmphillippo.github.io/multinma
|
|
checksums rmd160 c2962009a2a1216a2c9bbf660da9fc80b29add79 \
|
|
sha256 e7f3802feb09e8cd1b74cbaa69bb9b5b7dc981ee2deeaa2ec5fc9c4bd60d52aa \
|
|
size 3491947
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-bayesplot \
|
|
port:R-BH \
|
|
port:R-copula \
|
|
port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-ggdist \
|
|
port:R-ggraph \
|
|
port:R-glue \
|
|
port:R-ggplot2 \
|
|
port:R-igraph \
|
|
port:R-purrr \
|
|
port:R-randtoolbox \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-Rdpack \
|
|
port:R-rlang \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-truncdist
|
|
|
|
depends_test-append port:R-crayon \
|
|
port:R-flexsurv \
|
|
port:R-knitr \
|
|
port:R-logitnorm \
|
|
port:R-loo \
|
|
port:R-pkgdown \
|
|
port:R-R.rsp \
|
|
port:R-rmarkdown \
|
|
port:R-rprojroot \
|
|
port:R-rstpm2 \
|
|
port:R-splines2 \
|
|
port:R-testthat \
|
|
port:R-tidygraph \
|
|
port:R-vdiffr \
|
|
port:R-withr
|
|
|
|
# Tests pass with a single warning:
|
|
# https://github.com/dmphillippo/multinma/issues/39
|
|
test.run yes
|