# -*- 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 r-cas Ryacas 1.1.5 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL
description         R interface to the Yacas Computer Algebra System
long_description    {*}${description}
checksums           rmd160  d488040853e754ea599f87df5b35943fe0010da6 \
                    sha256  85fb8977e0921306db3e9e75992d9f847b414cd5ba164d46c1d40b78e1c655da \
                    size    772298

depends_lib-append  port:R-magrittr \
                    port:R-Rcpp

compiler.cxx_standard 2014

depends_test-append port:R-devtools \
                    port:R-exams \
                    port:R-igraph \
                    port:R-knitr \
                    port:R-pkgload \
                    port:R-rmarkdown \
                    port:R-Rmpfr \
                    port:R-testthat \
                    port:R-unix

test.run            yes
