# -*- 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 MatthewHeun matsbyname 0.6.14 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Implementation of matrix mathematics
long_description    {*}${description}
homepage            https://matthewheun.github.io/matsbyname
checksums           rmd160  df67e7021e1eb2e951704dd8ca01f5313f261a58 \
                    sha256  13d5a72971853de053d5e449a719d6da8a39cc0c39ba9d169bd38574fa66f89e \
                    size    11198428
github.tarball_from archive
supported_archs     noarch

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-bench \
                    port:R-covr \
                    port:R-Hmisc \
                    port:R-knitr \
                    port:R-matsindf \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
