You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran strengejacke sjstats 0.19.0
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Collection of convenient functions for common statistical computations
|
|
long_description {*}${description}
|
|
homepage https://strengejacke.github.io/sjstats
|
|
checksums rmd160 fd8d5cd2811a00a0302529db086e7160b3ffe738 \
|
|
sha256 d3e2fd3ac8e8a95b6d081a10674357c64adcf00bb707f97e1034c36c9f181b1f \
|
|
size 150265
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-datawizard \
|
|
port:R-effectsize \
|
|
port:R-insight \
|
|
port:R-parameters \
|
|
port:R-performance
|
|
|
|
depends_test-append port:R-brms \
|
|
port:R-car \
|
|
port:R-coin \
|
|
port:R-ggplot2 \
|
|
port:R-lme4 \
|
|
port:R-pscl \
|
|
port:R-pwr \
|
|
port:R-survey \
|
|
port:R-testthat
|
|
|
|
test.run yes
|