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
31 lines
1.1 KiB
Tcl
31 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 CecileProust-Lima lcmm 2.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Extended mixed models using latent classes and latent processes
|
|
long_description {*}${description}
|
|
homepage https://cecileproust-lima.github.io/lcmm
|
|
checksums rmd160 6a4c34105a1cc023c31ef7953920115884501fda \
|
|
sha256 cda2140af5bca08ec375f5c272dc19e8589269264b74ec8ac8670180486c3095 \
|
|
size 711668
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-marqLevAlg \
|
|
port:R-mvtnorm \
|
|
port:R-numDeriv \
|
|
port:R-randtoolbox
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-NormPsy \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|