# -*- 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

# GitHub version lags behind.
R.setup             cran aadler Pade 1.0.9 v
revision            1
platforms           {darwin any}
categories-append   math
maintainers         nomaintainer
license             {BSD GPL-2+}
description         Padé approximant coefficients
long_description    {*}${description}
homepage            https://github.com/aadler/Pade
checksums           rmd160  c537c2429fcbc3e3891674eb2ef1f5c95990fef2 \
                    sha256  193506d7d472da2ca08d5178f1d2aef9e1946db4ba58e97ad979ea5e84a80029 \
                    size    11264
supported_archs     noarch

depends_test-append port:R-covr \
                    port:R-tinytest

test.run            yes
