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 simsem semTools 0.5-6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Useful tools for structural equation modeling
|
|
long_description {*}${description}
|
|
homepage https://github.com/simsem/semTools
|
|
checksums rmd160 9f719a0f7eaf78dcb180489879e2be01541d7122 \
|
|
sha256 f522ce3c02ac580ad49af7a7278141dae39fdfaeccc7d1379faf1266ce9fcaf2 \
|
|
size 1483836
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lavaan \
|
|
port:R-pbivnorm
|
|
|
|
depends_test-append port:R-Amelia \
|
|
port:R-blavaan \
|
|
port:R-emmeans \
|
|
port:R-GPArotation \
|
|
port:R-mice \
|
|
port:R-mnormt \
|
|
port:R-testthat
|
|
|
|
test.run yes
|