r-randomglm: new package at 1.02-1 (#11589)

This commit is contained in:
Justin S 2019-05-30 13:35:01 -05:00 committed by Adam J. Stewart
parent 786b59633d
commit f089b9b053

View File

@ -0,0 +1,21 @@
# 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 RRandomglm(RPackage):
"""randomGLM: Random General Linear Model Prediction"""
homepage = "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/"
url = "https://cran.r-project.org/src/contrib/randomGLM_1.02-1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/randomGLM"
version('1.02-1', sha256='3bf7c1dbdacc68125f8ae3014b9bc546dd3328d04ad015d154781bdf3f1a230c')
depends_on('r@2.14.0:', type=('build', 'run'))
depends_on('r-doparallel', type=('build', 'run'))
depends_on('r-foreach', type=('build', 'run'))
depends_on('r-mass', type=('build', 'run'))