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
38 lines
1.4 KiB
Tcl
38 lines
1.4 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 alan-turing-institute PosteriorBootstrap 0.1.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Non-parametric sampling with parallel Monte Carlo
|
|
long_description {*}${description}
|
|
checksums rmd160 9caba30a342848e992eae0f1314ab9a8b70cf742 \
|
|
sha256 5a1919de9a82a239f90ac673f12d2c5b62e2b72a6eaff5dba296fcbc0e120b1d \
|
|
size 518493
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-e1071
|
|
|
|
depends_test-append port:R-BH \
|
|
port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-lintr \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-rstan \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
# Two tests fail: https://github.com/alan-turing-institute/PosteriorBootstrap/issues/88
|
|
test.run yes
|