# -*- 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 stefanlinner tidyMC 1.0.1
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Monte Carlo simulations made easy and tidy
long_description    {*}${description}
homepage            https://stefanlinner.github.io/tidyMC
checksums           rmd160  18f2e4346bd3f50990d5c3751a6ac63b87179931 \
                    sha256  dca42ff8f0e1eff31bdbd9d5351f82396337f89f06e5913f8e3fee3f1d8cd133 \
                    size    174908
supported_archs     noarch

depends_lib-append  port:R-checkmate \
                    port:R-dplyr \
                    port:R-furrr \
                    port:R-future \
                    port:R-ggplot2 \
                    port:R-hms \
                    port:R-kableExtra \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
