You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.0 KiB
Tcl
27 lines
1.0 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 Yves.Rosseel lavaan 0.6-19
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Latent variable analysis
|
|
long_description Fit a variety of latent variable models, including confirmatory factor \
|
|
analysis, structural equation modeling and latent growth curve models.
|
|
homepage https://lavaan.ugent.be
|
|
checksums rmd160 bacdcc3692cca894e08f1e8f8e6a0d3957a0b028 \
|
|
sha256 47b137e3c164d33a433698bd5da82157cc8d9bfa8b04711d10a1745a57e8b785 \
|
|
size 948608
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-mnormt \
|
|
port:R-numDeriv \
|
|
port:R-pbivnorm \
|
|
port:R-quadprog
|
|
|
|
test.run yes
|