mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.7 KiB
Tcl
48 lines
1.7 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 philchalmers SimDesign 2.17.1 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Structure for organizing Monte Carlo simulation designs
|
|
long_description {*}${description}
|
|
checksums rmd160 d150c113c45daaa262306adf9e1c2c928e9dbb93 \
|
|
sha256 558c5b3f2ee77626f9b797759d1ab74c9307829655b2fc29241c1ea0b2b096d6 \
|
|
size 435911
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-beepr \
|
|
port:R-dplyr \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-pbapply \
|
|
port:R-progressr \
|
|
port:R-R.utils \
|
|
port:R-RPushbullet \
|
|
port:R-sessioninfo \
|
|
port:R-snow \
|
|
port:R-testthat
|
|
|
|
depends_test-append port:R-cli \
|
|
port:R-copula \
|
|
port:R-extraDistr \
|
|
port:R-FrF2 \
|
|
port:R-future.batchtools \
|
|
port:R-ggplot2 \
|
|
port:R-job \
|
|
port:R-knitr \
|
|
port:R-purrr \
|
|
port:R-renv \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|
|
# https://github.com/philchalmers/SimDesign/issues/41
|
|
test.args-append --ignore-vignettes
|