mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
792 B
Tcl
23 lines
792 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 cran sparseSEM 4.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Sparse-aware maximum likelihood for structural equation models
|
|
long_description {*}${description}
|
|
checksums rmd160 ad5d9741161b31ee128746be1f5c57da6dc059d9 \
|
|
sha256 18cec30cdaf72a1bbe4f08b2ac3ebd7aec781c4c5f63d527a2dec6007a81ef96 \
|
|
size 4723916
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-plot.matrix
|
|
|
|
test.run yes
|