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
33 lines
1.1 KiB
Tcl
33 lines
1.1 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 cjvanlissa pema 0.1.3
|
|
revision 4
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Penalized Meta-Analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 a3a4f8b3468c7463236453892f19616379131300 \
|
|
sha256 7ecacecaae13d0a15e1236fc4b641a4a897b066c18e11798d2277d8374c1bf7a \
|
|
size 692818
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-ggplot2 \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-shiny \
|
|
port:R-sn \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-mice \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|