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

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
