# -*- 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 renozao rngtools 1.5.2
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Utility functions for working with random number generators
long_description    {*}${description}
homepage            https://renozao.github.io/rngtools
checksums           rmd160  bd91c576d83d6fdcf6974785a4471b94cf203622 \
                    sha256  67f8abe15da0af033f95976653cee62cdbc21527e25f7848f50ecf41dcbd2b39 \
                    size    21894
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-digest

depends_test-append port:R-covr \
                    port:R-RUnit \
                    port:R-testthat

test.run            yes
