mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
929 B
Tcl
27 lines
929 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 hanlin.shang rainbow 3.8
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Visualize functional data and identifying functional outliers
|
|
long_description {*}${description}
|
|
checksums rmd160 13189da9bb35988b4ac57b59a1ac6b1fa449b3ca \
|
|
sha256 eca456288b70fe4b6c74a587d8624d3b36d67f8f9ffc13320eefb17a952d823d \
|
|
size 244162
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-colorspace \
|
|
port:R-hdrcde \
|
|
port:R-ks \
|
|
port:R-pcaPP
|
|
|
|
depends_test-append port:R-forecast
|
|
|
|
test.run yes
|