mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
881 B
Tcl
26 lines
881 B
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 kjbeath randomLCA 1.1-4
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Random effects latent class analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 f000762239b7d655f765fea1101baeb0009169a2 \
|
|
sha256 6b2b994423fad0d848afe5882cd8a20a1657037f05b86bcf0151bf5b49160b13 \
|
|
size 323430
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-doRNG \
|
|
port:R-fastGHQuad \
|
|
port:R-foreach \
|
|
port:R-Rfast
|
|
|
|
depends_test-append port:R-R.rsp
|
|
|
|
test.run yes
|