mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* hdf5: 1.14.4-3. Requires bumping deps. * hdf5: revbumps * hdf5: remove old patchfile
41 lines
1.4 KiB
Tcl
41 lines
1.4 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
|
|
|
|
# GitHub version is old.
|
|
R.setup cran michaelhallquist MplusAutomation 1.1.1
|
|
revision 3
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Facilitate large-scale latent variable analyses in Mplus
|
|
long_description {*}${description}
|
|
homepage https://michaelhallquist.github.io/MplusAutomation
|
|
checksums rmd160 6e8d28dfe5e0571c52030f94051ccd0e99919f4a \
|
|
sha256 9340fe02eca572ad6c4d4eff19be5b0b3a007dfd1e73ad899f08a57a6aaa2529 \
|
|
size 1412919
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-coda \
|
|
port:R-data.table \
|
|
port:R-digest \
|
|
port:R-fastDummies \
|
|
port:R-ggplot2 \
|
|
port:R-gsubfn \
|
|
port:R-pander \
|
|
port:R-plyr \
|
|
port:R-rlang \
|
|
port:R-texreg \
|
|
port:R-xtable
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-relimp \
|
|
port:R-rhdf5 \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|