mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
775 B
Tcl
22 lines
775 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 spls 2.2-3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Sparse partial least squares (SPLS) regression and classification
|
|
long_description {*}${description}
|
|
checksums rmd160 b00e3dd5ada25eeee0cec0dd8d0fc170b52e3882 \
|
|
sha256 bbd693da80487eef2939c37aba199f6d811ec289828c763d9416a05fa202ab2e \
|
|
size 2438921
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-pls
|
|
|
|
test.run yes
|