# -*- 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 Bill.Venables PolynomF 2.0-8
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Polynomials in R
long_description    Implements univariate polynomial operations in R, including polynomial arithmetic, \
                    finding zeros, plotting and some operations on lists of polynomials.
checksums           rmd160  ed99a0118210d11a189ee5a805fd9035e4606099 \
                    sha256  72675174eeb164ea335b49f2995447cd9b4e8662f72c3f5b47e9ffb8413c24f7 \
                    size    494672

depends_lib-append  port:R-Rcpp

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

test.run            yes
