mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
828 B
Tcl
25 lines
828 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 rrpack 0.1-13
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Reduced-rank regression
|
|
long_description {*}${description}
|
|
checksums rmd160 47f1438710646f8d6a64786048e4f833a6729fd8 \
|
|
sha256 5e62d040eb96c2cf2e9fd1f8a1f7a962f049b251dd09e01c6cfd9b10f5133541 \
|
|
size 64657
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-glmnet \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|