You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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 maria-pro esem 2.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Exploratory Structural Equation Modeling
|
|
long_description {*}${description}
|
|
checksums rmd160 b78b584f5d4609cd772667206340aa515feaf859 \
|
|
sha256 5ea13dd6309beed96130ac7c976bb26a37159edf717da37cc39410658941ae0c \
|
|
size 60484
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-GPArotation \
|
|
port:R-lavaan \
|
|
port:R-magrittr \
|
|
port:R-psych \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|