# -*- 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             github dbosak01 logr 1.3.8 v
revision            0
maintainers         nomaintainer
license             public-domain
description         Functions to help create log files
long_description    {*}${description}
homepage            https://logr.r-sassy.org
checksums           rmd160  a39af718d2a99e4e5341be3bca04716ccdb75d0a \
                    sha256  295115a32aa074426c33bb8ed71c789781a4b89559bb9737c30cc4c8127efae5 \
                    size    1556836
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-common \
                    port:R-withr

depends_test-append port:R-covr \
                    port:R-dplyr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidylog

test.run            yes
