# -*- 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             cran dkahle mpoly 1.1.1
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Symbolic computation and more with multivariate polynomials
long_description    {*}${description}
homepage            https://dkahle.github.io/mpoly
checksums           rmd160  c63d1e07f4793acd26d773c180f2b6fe249a8043 \
                    sha256  201e77e3913f637482e4d82a8a6a6e628d4ffc7660f6c1310b6a0aa167323a82 \
                    size    1873549
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-orthopolynom \
                    port:R-partitions \
                    port:R-plyr \
                    port:R-polynom \
                    port:R-stringi \
                    port:R-stringr \
                    port:R-tidyr

depends_test-append port:R-covr \
                    port:R-dplyr \
                    port:R-magrittr \
                    port:R-testthat

test.run            yes
