summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pcapp/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-pcapp/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-pcapp/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-pcapp/package.py b/var/spack/repos/builtin/packages/r-pcapp/package.py
new file mode 100644
index 0000000000..3fe6f2d745
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-pcapp/package.py
@@ -0,0 +1,22 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class RPcapp(RPackage):
+ """Provides functions for robust PCA by projection pursuit."""
+
+ homepage = "https://cran.r-project.org/web/packages/pcaPP/index.html"
+ url = "https://cran.r-project.org/src/contrib/pcaPP_1.9-72.tar.gz"
+ list_url = "https://cran.rstudio.com/src/contrib/Archive/pcaPP"
+
+ version('1.9-72', '87c08f8ecab69311bba395c026bbc91c')
+ version('1.9-70', '3fcc809ec1cdc910f10e9ebf372888e8')
+ version('1.9-61', '1bd5bc3aff968b168493e8c523d726ea')
+ version('1.9-60', '23dd468abb9fedc11e40166446df1017')
+ version('1.9-50', 'be44f173404fd6e86ba0a5515711bfa3')
+
+ depends_on('r-mvtnorm', type=('build', 'run'))