# -*- 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 SciViews svMisc 1.4.3 v
revision            1
categories-append   devel
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-2
description         Miscellaneous functions for SciViews::R or general use
long_description    {*}${description}
homepage            https://www.sciviews.org/svMisc
checksums           rmd160  0235317545791eb429518a3de5343cee6be866a4 \
                    sha256  737cf33092eb4027884c3e5e7835fef74b7d97bd4051afeb072a40d5d760586a \
                    size    261224
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-rlang

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
