summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin Stanley <molecuul@users.noreply.github.com>2019-01-22 14:22:37 -0600
committerLevi Baber <baberlevi@gmail.com>2019-01-22 14:22:37 -0600
commitc1a1415e903b94ea1e66447d4383bfacd8ea7715 (patch)
treee0c61e3c811ed4d41cb47d767fca979cebc68091 /var
parente8014be01768693a50fc483a0b850c3c54521606 (diff)
downloadspack-c1a1415e903b94ea1e66447d4383bfacd8ea7715.tar.gz
spack-c1a1415e903b94ea1e66447d4383bfacd8ea7715.tar.bz2
spack-c1a1415e903b94ea1e66447d4383bfacd8ea7715.tar.xz
spack-c1a1415e903b94ea1e66447d4383bfacd8ea7715.zip
r-rrcov: new package at 1.4-7 (#10387)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-rrcov/package.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-rrcov/package.py b/var/spack/repos/builtin/packages/r-rrcov/package.py
new file mode 100644
index 0000000000..78a0b65d46
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-rrcov/package.py
@@ -0,0 +1,25 @@
+# Copyright 2013-2019 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 RRrcov(RPackage):
+ """rrcov: Scalable Robust Estimators with High Breakdown Point"""
+
+ homepage = "https://cran.r-project.org/package=rrcov"
+ url = "https://cran.r-project.org/src/contrib/rrcov_1.4-7.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/rrcov"
+
+ version('1.4-7', sha256='cbd08ccce8b583a2f88946a3267c8fc494ee2b44ba749b9296a6e3d818f6f293')
+
+ depends_on('r@2.10:', type=('build', 'run'))
+ depends_on('r-robustbase@0.92.1:', type=('build', 'run'))
+ depends_on('r-mvtnorm', type=('build', 'run'))
+ depends_on('r-lattice', type=('build', 'run'))
+ depends_on('r-cluster', type=('build', 'run'))
+ depends_on('r-pcapp', type=('build', 'run'))
+ depends_on('r-mass', type=('build', 'run'))
+ depends_on('r-ellipse', type=('build', 'run'))