mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
768 B
Tcl
23 lines
768 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 secure 0.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Sequential co-sparse factor regression
|
|
long_description {*}${description}
|
|
checksums rmd160 0802b35f093fbbe3e45dbaf5982a9c4e761bdef1 \
|
|
sha256 832ff1997f1189c602c966f80b868587cb4a7f872df39eed851b130e12d50cc4 \
|
|
size 736069
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|