# -*- 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 r-quantities units 0.8-5
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Measurement units for R vectors
long_description    {*}${description}
homepage            https://r-quantities.github.io/units
checksums           rmd160  b4108540937afa8d041c0ae99f290e2ddef0d267 \
                    sha256  d95e80af760b053e10a1e33ce1f0c1280a84e84bd4b1d9c34d1fe9fc153603b1 \
                    size    247974

depends_lib-append  port:expat \
                    port:udunits2 \
                    port:R-Rcpp

depends_test-append port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-magrittr \
                    port:R-measurements \
                    port:R-NISTunits \
                    port:R-pillar \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-vctrs \
                    port:R-vdiffr \
                    port:R-xml2

test.run            yes
