You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
872 B
Tcl
24 lines
872 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 RcmdrPlugin.PcaRobust 1.1.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description R Commander plug-in for robust principal component analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 fa88b64a1446196f581f574a553c46697b4b8b14 \
|
|
sha256 76d3a396b38543c3f31b54212f9a30abb866da6367c862a5fccaab8bb61e389f \
|
|
size 33400
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Rcmdr \
|
|
port:R-robustbase \
|
|
port:R-rrcov \
|
|
port:R-tkrplot
|
|
|
|
test.run yes
|