# -*- 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-quantities quantities 0.2.3 v
revision            2
categories-append   math
maintainers         nomaintainer
license             MIT
description         Quantity calculus for R vectors
long_description    {*}${description}
homepage            https://r-quantities.github.io/quantities
checksums           rmd160  20436d744d8d8e7a77deec97c6ae2a9553fe8f24 \
                    sha256  7ef2ab266d3f00f223c9f93f879d366943121c32ca8d24731cb27d2b6331ea95 \
                    size    136058
github.tarball_from archive

depends_lib-append  port:R-errors \
                    port:R-Rcpp \
                    port:R-units

depends_test-append port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-pillar \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr \
                    port:R-vctrs \
                    port:R-vdiffr

test.run            yes
