# -*- 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.1.0
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Environmental Statistics
long_description    {*}${description}
homepage            https://alexkowa.github.io/EnvStats
checksums           rmd160  13e96a9a43647e96c81ec0bc6712b6a3618c90ea \
                    sha256  c743b833242193d8893d1d6d0d45af091e3c12354e6ab44a787530e83858cd02 \
                    size    1427005
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
