# -*- 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 wilsonfreitas bizdays 1.0.16
revision            1
categories-append   finance
maintainers         nomaintainer
license             MIT
description         Business days calculations and utilities
long_description    {*}${description}
homepage            https://wilsonfreitas.github.io/R-bizdays
checksums           rmd160  eb3c6ec560550b44d26d51d4cf5f0cef31c4d578 \
                    sha256  9190b37555bb4c37fb5ee01ba35544196d6dff31a69d4ebcefd9cc347cae2d37 \
                    size    212822
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-jsonlite

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-RQuantLib \
                    port:R-testthat \
                    port:R-timeDate

test.run            yes
