# -*- 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 rsquaredacademy inferr 0.3.2 v
revision            0
categories-append   math
maintainers         nomaintainer
license             MIT
description         Inferential statistics
long_description    {*}${description}
homepage            https://rsquaredacademy.github.io/inferr
checksums           rmd160  745fab8c4c25da950db469599ca430d1bf91ec56 \
                    sha256  0c43b31d4be152b8bbf579f29e604583d19f82045d2c50d78d9368f9e7e23d49 \
                    size    575129
github.tarball_from archive

depends_lib-append  port:R-data.table \
                    port:R-magrittr \
                    port:R-Rcpp

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-xplorerr

test.run            yes
