# -*- 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             cran hrbrmstr tdigest 0.4.2
revision            0
maintainers         nomaintainer
license             MIT
description         Fast, accurate quantiles using t-digests
long_description    {*}${description}
homepage            https://git.sr.ht/~hrbrmstr/tdigest
checksums           rmd160  717675363344298622f7354dd4a460ba7c0872f6 \
                    sha256  a19b2975c97075bb8a6346257c2568d98173d1335642e606e5ad677e3c69df28 \
                    size    15969

depends_lib-append  port:R-magrittr

depends_test-append port:R-covr \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
