# -*- 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 RobinHankin freegroup 1.2-0
revision            2
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2
description         The free group in R, juxtaposition is represented by a plus
long_description    {*}${description}
homepage            https://robinhankin.github.io/freegroup
checksums           rmd160  f5aeec4ffa1fce93287e005f055019e5e00905ba \
                    sha256  f720e6f34394470e990cbb52d5d45f799f5bc9af87eaad40a7cc54bc722bd5ea \
                    size    134009
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-freealg \
                    port:R-magic \
                    port:R-magrittr \
                    port:R-plyr

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-permutations \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
