# -*- 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 fmichonneau foghorn 1.6.0 v
revision            0
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         R package to summarize CRAN check results in the Terminal
long_description    {*}${description}
homepage            https://fmichonneau.github.io/foghorn
checksums           rmd160  4f7eb061b5e8236ec1ad5e5d898e8bef5f9086ec \
                    sha256  3ce3336c33c5abec6ced401ccdcd26aad893bd59cc34918854f2d735275269a1 \
                    size    50777
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-curl \
                    port:R-httr2 \
                    port:R-rlang \
                    port:R-rvest \
                    port:R-tibble \
                    port:R-xml2

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

test.run            yes
