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
48 lines
1.7 KiB
Tcl
48 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 easystats 0.7.3 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Framework for easy statistical modelling, \
|
|
visualization and reporting
|
|
long_description {*}${description}
|
|
homepage https://easystats.github.io/easystats
|
|
checksums rmd160 6f0de552f6674f04d72612e04fae002ca8df52a3 \
|
|
sha256 c6ed944f161bbce5c30c9c4fbe3471dd1294079082a55124d3db59f847e6f275 \
|
|
size 158442351
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-bayestestR \
|
|
port:R-correlation \
|
|
port:R-datawizard \
|
|
port:R-effectsize \
|
|
port:R-insight \
|
|
port:R-modelbased \
|
|
port:R-parameters \
|
|
port:R-performance \
|
|
port:R-report \
|
|
port:R-see
|
|
|
|
depends_test-append port:R-DHARMa \
|
|
port:R-DT \
|
|
port:R-flexdashboard \
|
|
port:R-glmmTMB \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-mockery \
|
|
port:R-patchwork \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr \
|
|
port:R-xml2
|
|
|
|
test.run yes
|