mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
32 lines
1.1 KiB
Tcl
32 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 cran jpritikin ifaTools 0.23
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license AGPL-3+
|
|
description Toolkit for Item Factor Analysis with OpenMx
|
|
long_description {*}${description}
|
|
checksums rmd160 dfd4f33ce6f6e6dd6350223f2153295fcd49487f \
|
|
sha256 820e5fbea83a6bf42fc3c440998d768df38639b1a00e82921bb0ce574c18ae9b \
|
|
size 1519487
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-OpenMx \
|
|
port:R-reshape2 \
|
|
port:R-rpf \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-plyr \
|
|
port:R-roxygen2 \
|
|
port:R-testthat \
|
|
port:R-xtable
|
|
|
|
test.run yes
|