summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-17 14:45:21 -0500
committerLevi Baber <baberlevi@gmail.com>2019-05-17 14:45:21 -0500
commitc595883195336e9a6feb76e5ea278c87c5ed23ef (patch)
tree3a9f7591abf81ecf9343cb5015afbf5486651088 /var
parentcc6f822cb1c8a28aa11497d956b6bcbffec52323 (diff)
downloadspack-c595883195336e9a6feb76e5ea278c87c5ed23ef.tar.gz
spack-c595883195336e9a6feb76e5ea278c87c5ed23ef.tar.bz2
spack-c595883195336e9a6feb76e5ea278c87c5ed23ef.tar.xz
spack-c595883195336e9a6feb76e5ea278c87c5ed23ef.zip
r-popvar: new package at 1.2.1 (#11490)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-popvar/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-popvar/package.py b/var/spack/repos/builtin/packages/r-popvar/package.py
new file mode 100644
index 0000000000..c5398eb1bf
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-popvar/package.py
@@ -0,0 +1,22 @@
+# 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 RPopvar(RPackage):
+ """PopVar: Genomic Breeding Tools: Genetic Variance Prediction andCross-
+ Validation"""
+
+ homepage = "https://cran.r-project.org/package=PopVar"
+ url = "https://cran.r-project.org/src/contrib/PopVar_1.2.1.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/PopVar"
+
+ version('1.2.1', sha256='5e3df79634ab63708a431e4b8e6794675972ac6c58d2bc615726aa0f142f5f25')
+
+ depends_on('r@3.1.1:', type=('build', 'run'))
+ depends_on('r-bglr', type=('build', 'run'))
+ depends_on('r-qtl', type=('build', 'run'))
+ depends_on('r-rrblup', type=('build', 'run'))