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

# Revert to GitHub once updated there.
R.setup             github MatthewHeun matsbyname 0.6.10 v
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Implementation of matrix mathematics
long_description    {*}${description}
checksums           rmd160  5a95c3d469264ecb9e4b73c8c0c7791b340a6d38 \
                    sha256  cf1d8131a5ed3b560f9599fc03d6ff237087e852d829d741b62c2a13d80d621e \
                    size    14815293
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-assertthat \
                    port:R-dplyr \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-matrixcalc \
                    port:R-purrr \
                    port:R-RCLabels \
                    port:R-rlang \
                    port:R-tibble

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-matsindf \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
