# -*- 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 rubenarslan rmdpartials 0.6.1 v
revision            1
maintainers         nomaintainer
license             MIT
description         Partial Rmarkdown documents to prettify your reports
long_description    {*}${description}
homepage            https://rubenarslan.github.io/rmdpartials
checksums           rmd160  1ff59c677b3de99677b0926eaf8783fafcb649d9 \
                    sha256  0e971287f9dba382706c09f26eb3d41642043ca97b4413d8e1f90b10771b2538 \
                    size    12547222
supported_archs     noarch

depends_lib-append  port:R-digest \
                    port:R-knitr \
                    port:R-rlang

depends_test-append port:R-covr \
                    port:R-dplyr \
                    port:R-DT \
                    port:R-ggplot2 \
                    port:R-pkgdown \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

# For some reason tests are ignored: https://github.com/rubenarslan/rmdpartials/issues/5
test.run            yes
