# -*- 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             cran rvlenth emmeans 1.10.6
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Estimated marginal means, aka least-squares means
long_description    {*}${description}
homepage            https://github.com/rvlenth/emmeans
checksums           rmd160  1af0844a6e2b3f857fecc60ddcbd79c7b850c275 \
                    sha256  f70857358e405f52007da0fb083427aaba577d1ab2be5ea018008da446851ec4 \
                    size    1522682
supported_archs     noarch

depends_lib-append  port:R-estimability \
                    port:R-numDeriv \
                    port:R-mvtnorm

depends_test-append port:R-bayesplot \
                    port:R-bayestestR \
                    port:R-biglm \
                    port:R-brms \
                    port:R-car \
                    port:R-coda \
                    port:R-compositions \
                    port:R-coxme \
                    port:R-gee \
                    port:R-geepack \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lme4 \
                    port:R-lmerTest \
                    port:R-logspline \
                    port:R-MCMCglmm \
                    port:R-MCMCpack \
                    port:R-mediation \
                    port:R-mice \
                    port:R-multcomp \
                    port:R-multcompView \
                    port:R-MuMIn \
                    port:R-ordinal \
                    port:R-pbkrtest \
                    port:R-pscl \
                    port:R-rmarkdown \
                    port:R-rsm \
                    port:R-rstanarm \
                    port:R-sandwich \
                    port:R-scales \
                    port:R-sommer \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-xtable

test.run            yes
