mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
50 lines
1.7 KiB
Tcl
50 lines
1.7 KiB
Tcl
# -*- 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 easystats modelbased 0.8.9 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Methods for correlation analysis
|
|
long_description {*}${description}
|
|
homepage https://easystats.github.io/modelbased
|
|
checksums rmd160 e425505c035f8a21fc95e8664aa5565adddcc82a \
|
|
sha256 9622384148591a10a5ed6f66fd19bfca6aa22332bd728502784bfb2fb9de9e2c \
|
|
size 1619592
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-bayestestR \
|
|
port:R-datawizard \
|
|
port:R-effectsize \
|
|
port:R-insight \
|
|
port:R-parameters \
|
|
port:R-performance
|
|
|
|
depends_test-append port:R-brms \
|
|
port:R-coda \
|
|
port:R-correlation \
|
|
port:R-emmeans \
|
|
port:R-gamm4 \
|
|
port:R-gganimate \
|
|
port:R-ggplot2 \
|
|
port:R-glmmTMB \
|
|
port:R-knitr \
|
|
port:R-lme4 \
|
|
port:R-logspline \
|
|
port:R-marginaleffects \
|
|
port:R-patchwork \
|
|
port:R-poorman \
|
|
port:R-report \
|
|
port:R-rmarkdown \
|
|
port:R-rstanarm \
|
|
port:R-rtdists \
|
|
port:R-see \
|
|
port:R-testthat
|
|
|
|
test.run yes
|