# -*- 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

# Revert to GitHub once updated there.
R.setup             cran cynkra constructive 1.0.1 v
revision            0
maintainers         nomaintainer
license             MIT
description         Display idiomatic code to construct most R objects
long_description    {*}${description}
homepage            https://cynkra.github.io/constructive
checksums           rmd160  114e27e31d0d137b82e2c11154228c082d6f9646 \
                    sha256  307a540d91ec486c08f1e1dc82a228c54a6350d07ea635f3252a917a61f3e5f0 \
                    size    445456
# github.tarball_from archive

depends_lib-append  port:R-cli \
                    port:R-diffobj \
                    port:R-rlang \
                    port:R-waldo

# Some optional deps are omitted.
depends_test-append port:R-bit64 \
                    port:R-blob \
                    port:R-clipr \
                    port:R-data.table \
                    port:R-DiagrammeR \
                    port:R-dm \
                    port:R-dplyr \
                    port:R-forcats \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lubridate \
                    port:R-prettycode \
                    port:R-reprex \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-rstudioapi \
                    port:R-scales \
                    port:R-sf \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-tidyselect \
                    port:R-vctrs \
                    port:R-withr

test.run            yes
