# -*- 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 davidchall bignum 0.3.2
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Arbitrary-precision arithmetic for R
long_description    {*}${description}
homepage            https://davidchall.github.io/bignum
checksums           rmd160  8fd71398556c63a9231d039f45a7d1088422b9d8 \
                    sha256  7242ab7654bdb4a0d6af0fc9f4a966afd9cd70fe50d4859943a7e638138f506c \
                    size    87556

depends_lib-append  port:R-BH \
                    port:R-cpp11 \
                    port:R-rlang \
                    port:R-vctrs

depends_test-append port:R-knitr \
                    port:R-pillar \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
