summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-17 14:33:42 -0500
committerLevi Baber <baberlevi@gmail.com>2019-05-17 14:33:42 -0500
commit8c5b41793c3c5b2e03766b199fc274f11132fe2b (patch)
treeb10e87324f972835387e7f34b096bbf3c351ee63 /var
parentc00ed0d9428c99c388cfe332867e13e52dae8111 (diff)
downloadspack-8c5b41793c3c5b2e03766b199fc274f11132fe2b.tar.gz
spack-8c5b41793c3c5b2e03766b199fc274f11132fe2b.tar.bz2
spack-8c5b41793c3c5b2e03766b199fc274f11132fe2b.tar.xz
spack-8c5b41793c3c5b2e03766b199fc274f11132fe2b.zip
r-qtl: new package at 1.44-9 (#11487)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-qtl/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-qtl/package.py b/var/spack/repos/builtin/packages/r-qtl/package.py
new file mode 100644
index 0000000000..fcacfb58af
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-qtl/package.py
@@ -0,0 +1,18 @@
+# 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 RQtl(RPackage):
+ """qtl: Tools for Analyzing QTL Experiments"""
+
+ homepage = "http://rqtl.org"
+ url = "https://cran.r-project.org/src/contrib/qtl_1.44-9.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/qtl"
+
+ version('1.44-9', sha256='315063f0c3fbb95cd2169eb4109ade0339e8f3c28670b38c3167214b9bdf950e')
+
+ depends_on('r@2.14.0:', type=('build', 'run'))