mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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
|
|
|
|
# GitHub version is old.
|
|
R.setup cran jacob-long jtools 2.3.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Analysis and presentation of social scientific data
|
|
long_description {*}${description}
|
|
homepage https://jtools.jacob-long.com
|
|
checksums rmd160 500173fdcb5acf3bd5b4e4d4f4747734fb208b3e \
|
|
sha256 fefc6d30fae0bd3171b4c01fc6d0849cdd95f9488c72f9423f7dfeed2ecae911 \
|
|
size 4846660
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-broom \
|
|
port:R-broom.mixed \
|
|
port:R-cli \
|
|
port:R-generics \
|
|
port:R-ggplot2 \
|
|
port:R-magrittr \
|
|
port:R-pander \
|
|
port:R-pkgconfig \
|
|
port:R-rlang \
|
|
port:R-sandwich \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-brms \
|
|
port:R-huxtable \
|
|
port:R-kableExtra \
|
|
port:R-knitr \
|
|
port:R-lme4 \
|
|
port:R-lmerTest \
|
|
port:R-pbkrtest \
|
|
port:R-quantreg \
|
|
port:R-RColorBrewer \
|
|
port:R-rmarkdown \
|
|
port:R-rstanarm \
|
|
port:R-scales \
|
|
port:R-survey \
|
|
port:R-testthat \
|
|
port:R-vdiffr \
|
|
port:R-weights
|
|
|
|
test.run yes
|