From fae1c812e42d5f6123e0e6fb81502268f84a4d10 Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Sat, 16 Jan 2021 08:23:47 -0600 Subject: add version 1.7-16 to r-ade4 (#20967) --- var/spack/repos/builtin/packages/r-ade4/package.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/r-ade4/package.py b/var/spack/repos/builtin/packages/r-ade4/package.py index c3e2c7cec6..61c184ce2e 100644 --- a/var/spack/repos/builtin/packages/r-ade4/package.py +++ b/var/spack/repos/builtin/packages/r-ade4/package.py @@ -8,15 +8,26 @@ from spack import * class RAde4(RPackage): """Analysis of Ecological Data : Exploratory and Euclidean Methods in - Environmental Sciences""" + Environmental Sciences + + Tools for multivariate data analysis. Several methods are provided for the + analysis (i.e., ordination) of one-table (e.g., principal component + analysis, correspondence analysis), two-table (e.g., coinertia analysis, + redundancy analysis), three-table (e.g., RLQ analysis) and K-table (e.g., + STATIS, multiple coinertia analysis). The philosophy of the package is + described in Dray and Dufour (2007) .""" homepage = "http://pbil.univ-lyon1.fr/ADE-4" url = "https://cloud.r-project.org/src/contrib/ade4_1.7-6.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/ade4" + version('1.7-16', sha256='9bd7a25ff4fe30a32fd8f6b71909f4c638a0e2f002fc8303c0a4795423385590') version('1.7-13', sha256='f5d0a7356ae63f82d3adb481a39007e7b0d70211b8724aa686af0c89c994e99b') version('1.7-11', sha256='4ccd799ae99bd625840b866a697c4a48adb751660470bf0d6cf9207b1927a572') version('1.7-6', sha256='80848e1650dcc0ec921c130efa6f7e9b307f0d107c63e49faa52296eda19cc52') depends_on('r@2.10:', type=('build', 'run')) depends_on('r-mass', type=('build', 'run')) + depends_on('r-pixmap', when='@1.7-16:', type=('build', 'run')) + depends_on('r-sp', when='@1.7-16:', type=('build', 'run')) + depends_on('r-progress', when='@1.7-16:', type=('build', 'run')) -- cgit v1.2.3-70-g09d2