mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52 lines
1.8 KiB
Tcl
52 lines
1.8 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran rempsyc rempsyc 0.1.8
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Convenience functions for psychology
|
|
long_description {*}${description}
|
|
homepage https://rempsyc.remi-theriault.com
|
|
checksums rmd160 d9957b756c5d579dda9a08c9a6e65aea15185b2b \
|
|
sha256 903666b64072fed0b3c007798442bb649732eff616ce4e6528afdd6f3603ab78 \
|
|
size 5294252
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-bootES \
|
|
port:R-broom \
|
|
port:R-correlation \
|
|
port:R-datawizard \
|
|
port:R-effectsize \
|
|
port:R-emmeans \
|
|
port:R-flextable \
|
|
port:R-ggplot2 \
|
|
port:R-ggpubr \
|
|
port:R-ggrepel \
|
|
port:R-ggsignif \
|
|
port:R-insight \
|
|
port:R-interactions \
|
|
port:R-knitr \
|
|
port:R-lmtest \
|
|
port:R-markdown \
|
|
port:R-modelbased \
|
|
port:R-openxlsx2 \
|
|
port:R-patchwork \
|
|
port:R-performance \
|
|
port:R-psych \
|
|
port:R-qqplotr \
|
|
port:R-report \
|
|
port:R-rmarkdown \
|
|
port:R-see \
|
|
port:R-testthat \
|
|
port:R-VennDiagram
|
|
|
|
test.run yes
|