# -*- 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.0
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Monte Carlo simulations made easy and tidy
long_description    {*}${description}
homepage            https://stefanlinner.github.io/tidyMC/
checksums           rmd160  daa97e6b7341fce30663c1fb5b821cb681f2445d \
                    sha256  5390f2874986af499fe1dedd4f88adf5f17b7f65da0734027f6cf73e59efc255 \
                    size    150838
supported_archs     noarch
platforms           {darwin any}

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
