You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
1.8 KiB
Tcl
50 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 jacob-long interactions 1.2.0
|
||
revision 0
|
||
categories-append math
|
||
platforms {darwin any}
|
||
maintainers nomaintainer
|
||
license MIT
|
||
description Comprehensive, user-friendly toolkit for probing interactions
|
||
long_description {*}${description}
|
||
homepage https://interactions.jacob-long.com
|
||
checksums rmd160 c22f6ba49679386d349c6637b2d8d6000f178737 \
|
||
sha256 3ec9b3778656f930d60fab99dff0a7ab4cf784da818e6d05d25df026fb588bc8 \
|
||
size 3643755
|
||
# github.tarball_from archive
|
||
supported_archs noarch
|
||
|
||
depends_lib-append port:R-broom \
|
||
port:R-cli \
|
||
port:R-generics \
|
||
port:R-ggplot2 \
|
||
port:R-jtools \
|
||
port:R-rlang \
|
||
port:R-tibble
|
||
|
||
# Packages unavailable to check Rd xrefs: ‘effects’, ‘rockchalk’, ‘pequod’
|
||
# These are not strictly required (as well as brms and rstanarm),
|
||
# but adding those which are available in MacPorts already.
|
||
depends_test-append port:R-brms \
|
||
port:R-broom.mixed \
|
||
port:R-cowplot \
|
||
port:R-glue \
|
||
port:R-huxtable \
|
||
port:R-knitr \
|
||
port:R-lme4 \
|
||
port:R-margins \
|
||
port:R-rmarkdown \
|
||
port:R-rockchalk \
|
||
port:R-rstanarm \
|
||
port:R-sandwich \
|
||
port:R-survey \
|
||
port:R-testthat \
|
||
port:R-vdiffr
|
||
|
||
test.run yes
|