# -*- 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 mikeblazanin gcplyr 1.10.0 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Manipulate and analyze growth curve data
long_description    {*}${description}
homepage            https://mikeblazanin.github.io/gcplyr
checksums           rmd160  1dfc3ec69a99259fbb9c3dfd4283a843490735d1 \
                    sha256  7755b9a4ed6f243e1713790714d63213309b38e5022925f634aa32852b2a69e9 \
                    size    3817583
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-rlang \
                    port:R-tidyr

# R-rJava and R-xlsx are omitted for now.
depends_test-append port:R-caret \
                    port:R-cowplot \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lubridate \
                    port:R-readxl \
                    port:R-rmarkdown \
                    port:R-sf \
                    port:R-testthat

test.run            yes
