# -*- 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

# Revert to GitHub once updated there.
R.setup             cran oobianom quickcode 1.0.8
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Compilation of some frequently used R functions
long_description    {*}${description}
homepage            https://quickcode.rpkg.net
checksums           rmd160  68da4d3f5eadf5baee4fed309275ffc4138440d1 \
                    sha256  a8e5a6575add370cf01cfbb331c91dca28b0c5bf50a508ce5cfb50f928957216 \
                    size    209890
supported_archs     noarch

depends_lib-append  port:R-fitdistrplus \
                    port:R-Polychrome \
                    port:R-rstudioapi

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

test.run            yes
