r-qtl: new package at 1.44-9 (#11487)
This commit is contained in:
parent
c00ed0d942
commit
8c5b41793c
18
var/spack/repos/builtin/packages/r-qtl/package.py
Normal file
18
var/spack/repos/builtin/packages/r-qtl/package.py
Normal file
@ -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'))
|
Loading…
Reference in New Issue
Block a user