# -*- 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 r-project expm 1.0-0
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Matrix exponential, log etc.
long_description    Computation of the matrix exponential, logarithm, sqrt and related quantities, \
                    using traditional and modern methods.
homepage            https://R-Forge.R-project.org/projects/expm
checksums           rmd160  616fda3c5cb28b03273f445378089b6788c98205 \
                    sha256  02c536f8f6af55b132210a50b1e9694a3549806bf97c49e0fe03595945aab254 \
                    size    141054

compilers.setup     require_fortran

depends_test-append port:R-RColorBrewer \
                    port:R-Rmpfr \
                    port:R-sfsmisc

test.run            yes
