# -*- 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 r-lib withr 3.0.2 v
revision            0
categories-append   devel
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Methods for temporarily modifying global state
long_description    A set of functions to run code with safely and temporarily modified global state, \
                    withr makes working with the global state, i.e. side effects, less error-prone.
homepage            https://withr.r-lib.org
checksums           rmd160  52b9685ca88a3b9e6dc220ff5bccc9ec8d36845b \
                    sha256  939c3c116930de0671e27580eec6a9ef28cc80f8c63782bb170c14c9ecf3ae6f \
                    size    130423
github.tarball_from archive
supported_archs     noarch

depends_test-append port:R-callr \
                    port:R-DBI \
                    port:R-knitr \
                    port:R-rlang \
                    port:R-rmarkdown \
                    port:R-RSQLite \
                    port:R-testthat

test.run            yes
