summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin Stanley <molecuul@users.noreply.github.com>2018-11-12 18:36:31 -0600
committerPeter Scheibel <scheibel1@llnl.gov>2018-11-12 18:36:31 -0600
commit5ed3873f2f7212465c636c67d7f157996d183be0 (patch)
tree420873d372dbeffde2cf5d3a32bdd835faab536e /var
parent8357c1e0bc352ce740aa27f9d49b6a5fd9d8c895 (diff)
downloadspack-5ed3873f2f7212465c636c67d7f157996d183be0.tar.gz
spack-5ed3873f2f7212465c636c67d7f157996d183be0.tar.bz2
spack-5ed3873f2f7212465c636c67d7f157996d183be0.tar.xz
spack-5ed3873f2f7212465c636c67d7f157996d183be0.zip
r-convevol: new package at 1.3 (#9767)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-convevol/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-convevol/package.py b/var/spack/repos/builtin/packages/r-convevol/package.py
new file mode 100644
index 0000000000..732551180c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-convevol/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 RConvevol(RPackage):
+ """Quantifies and assesses the significance of convergent evolution"""
+
+ homepage = "https://cran.r-project.org/package=convevol"
+ url = "https://cran.r-project.org/src/contrib/convevol_1.3.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/convevol/"
+
+ version('1.3', sha256='d6b24b9796a559f5280e277746189d141151ade4b14cc6b4c2d9d496d7f314ac')
+
+ depends_on('r-ape', type=('build', 'run'))
+ depends_on('r-cluster', type=('build', 'run'))
+ depends_on('r-geiger', type=('build', 'run'))
+ depends_on('r-mass', type=('build', 'run'))
+ depends_on('r-phytools', type=('build', 'run'))