summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-classint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-classint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-classint/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-classint/package.py b/var/spack/repos/builtin/packages/r-classint/package.py
new file mode 100644
index 0000000000..7009519294
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-classint/package.py
@@ -0,0 +1,20 @@
+# 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 RClassint(RPackage):
+ """Selected commonly used methods for choosing univariate class intervals
+ for mapping or other graphics purposes."""
+
+ homepage = "https://cran.r-project.org/package=classInt"
+ url = "https://cran.r-project.org/src/contrib/classInt_0.1-24.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/classInt"
+
+ version('0.1-24', '45f1bde3ec7601ce17c99189be5c0fd5')
+
+ depends_on('r-e1071', type=('build', 'run'))
+ depends_on('r-class', type=('build', 'run'))