2023-08-15 00:58:28 +08:00
|
|
|
# -*- 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 derekbeaton ExPosition 2.8.23
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-08-15 00:58:28 +08:00
|
|
|
categories-append math
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license GPL-2
|
|
|
|
|
description Exploratory Analysis with the Singular Value Decomposition
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 73be03f35070a3e57b998b50363d8f5a1416f192 \
|
|
|
|
|
sha256 0510bc51b1c8c883ff3652a5ed56242f91c2b7b7cf3100755436bffa1e002475 \
|
|
|
|
|
size 63329
|
|
|
|
|
supported_archs noarch
|
2024-05-17 09:01:10 +10:00
|
|
|
platforms {darwin any}
|
2023-08-15 00:58:28 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-prettyGraphs
|
|
|
|
|
|
|
|
|
|
test.run yes
|