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

# GitHub version lags behind.
R.setup             cran friendly heplots 1.7.8
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-2+
description         Visualizing hypothesis tests in multivariate linear models
long_description    {*}${description}
homepage            https://friendly.github.io/heplots
checksums           rmd160  8ad8f571c94e07d0108aa6ab143f2759d22f1b39 \
                    sha256  dc48800c6c7612017d1d25de40b8375e9ed70d359e2929221f76d882a5da9d28 \
                    size    3454227
supported_archs     noarch

depends_lib-append  port:R-broom \
                    port:R-car \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-rgl \
                    port:R-tibble

# CRAN is silent on R-archdata and R-qqtest,
# but the package checks for those.
depends_test-append port:R-animation \
                    port:R-aplpack \
                    port:R-archdata \
                    port:R-bookdown \
                    port:R-candisc \
                    port:R-carData \
                    port:R-corrgram \
                    port:R-dplyr \
                    port:R-effects \
                    port:R-ggplot2 \
                    port:R-gplots \
                    port:R-knitr \
                    port:R-mvinfluence \
                    port:R-qqtest \
                    port:R-reshape \
                    port:R-reshape2 \
                    port:R-rmarkdown \
                    port:R-Sleuth2 \
                    port:R-tidyr

test.run            yes
