summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin Stanley <molecuul@users.noreply.github.com>2019-01-22 14:22:09 -0600
committerLevi Baber <baberlevi@gmail.com>2019-01-22 14:22:09 -0600
commit1bcc6e4d9c70b74e1181ecfb3c2eedc022339578 (patch)
tree513651328991c4a53d8fd964873f80766bb6016c /var
parentc0972a32609347bb2fc8cfa492789936b6a2050f (diff)
downloadspack-1bcc6e4d9c70b74e1181ecfb3c2eedc022339578.tar.gz
spack-1bcc6e4d9c70b74e1181ecfb3c2eedc022339578.tar.bz2
spack-1bcc6e4d9c70b74e1181ecfb3c2eedc022339578.tar.xz
spack-1bcc6e4d9c70b74e1181ecfb3c2eedc022339578.zip
r-dynamictreecut: new package at 1.63-1 (#10388)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-dynamictreecut/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-dynamictreecut/package.py b/var/spack/repos/builtin/packages/r-dynamictreecut/package.py
new file mode 100644
index 0000000000..39e3dde227
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-dynamictreecut/package.py
@@ -0,0 +1,19 @@
+# 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 RDynamictreecut(RPackage):
+ """dynamicTreeCut: Methods for Detection of Clusters in Hierarchical
+ Clustering Dendrograms"""
+
+ homepage = "https://cran.r-project.org/package=dynamicTreeCut"
+ url = "https://cran.r-project.org/src/contrib/dynamicTreeCut_1.63-1.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/dynamicTreeCut/"
+
+ version('1.63-1', sha256='831307f64eddd68dcf01bbe2963be99e5cde65a636a13ce9de229777285e4db9')
+
+ depends_on('r@2.3.0:', type=('build', 'run'))