# -*- 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

# GitHub version lags behind.
R.setup             cran alexkowa EnvStats 3.0.0
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Environmental Statistics
long_description    {*}${description}
homepage            https://alexkowa.github.io/EnvStats
checksums           rmd160  958aca2ffc1bd97f60e798a09c24f5904e6f287a \
                    sha256  0413ec3d44b3251549a254b4afd76f520aaacd5374b463a5813e23e1fa8cd248 \
                    size    1421415
supported_archs     noarch

depends_lib-append  port:R-ggplot2 \
                    port:R-nortest

depends_test-append port:R-covr \
                    port:R-Hmisc \
                    port:R-qcc \
                    port:R-sp \
                    port:R-tinytest

# Rosetta may have some errors in tests: https://github.com/alexkowa/EnvStats/issues/21
test.run            yes
