# -*- 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 zejiang-unsw NPRED 1.1.0
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Predictor identifier – nonparametric prediction
long_description    {*}${description}
homepage            https://github.com/zejiang-unsw/NPRED
checksums           rmd160  19f63739425a27e2806742d56edfacda510689aa \
                    sha256  c2205abc97f554626f5f335054863f614d941c826719449441c6e2591905c7be \
                    size    1382853
supported_archs     noarch

# Some optional deps are omitted.
depends_test-append port:R-bookdown \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-SPEI \
                    port:R-testthat \
                    port:R-zoo

test.run            yes
# Vignettes need a package which we do not have.
test.args-append    --ignore-vignettes
