# -*- 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             cran MatthewHeun matsindf 0.4.10 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Matrices in data frames
long_description    {*}${description}
checksums           rmd160  00ebc4f93c600d3fe75f74ded99230102a35a6f3 \
                    sha256  11e403a16581764f50f2e0cc8e256c1347d60375c0521663edadff5969ffdcd1 \
                    size    197941
supported_archs     noarch

depends_lib-append  port:R-assertthat \
                    port:R-dplyr \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-matsbyname \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-Hmisc \
                    port:R-knitr \
                    port:R-RCLabels \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
