# -*- 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 r-lib styler 1.10.3 v
revision            1
maintainers         nomaintainer
license             MIT
description         Non-invasive pretty printing of R code
long_description    {*}${description}
homepage            https://styler.r-lib.org
checksums           rmd160  8fc995a6790c5d3b104717c7bd9342d5db04c448 \
                    sha256  adb9c22111a8669bdce6d4a5c09e0ad353e07c3488373484a258028203bfda41 \
                    size    427066
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cli \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-R.cache \
                    port:R-rlang \
                    port:R-rprojroot \
                    port:R-vctrs \
                    port:R-withr

depends_test-append port:R-data.tree \
                    port:R-digest \
                    port:R-here \
                    port:R-knitr \
                    port:R-prettycode \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-rstudioapi \
                    port:R-tibble \
                    port:R-testthat

test.run            yes
