mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 squidgroup squid 0.2.1 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Statistical Quantification of Individual Differences
|
|
long_description {*}${description}
|
|
homepage https://squid-group.github.io/squid
|
|
checksums rmd160 28d8ce70bc64de9b3298f90ec7d354d00fd8b07e \
|
|
sha256 0bcb3f6c9f25a2258301a594f990a62731401597b4fa9aab734dd6efd2aa6f31 \
|
|
size 4731396
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-arm \
|
|
port:R-brms \
|
|
port:R-data.table \
|
|
port:R-ggplot2 \
|
|
port:R-lme4 \
|
|
port:R-plotly \
|
|
port:R-shiny \
|
|
port:R-shinyMatrix
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|