summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rrblup/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rrblup/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rrblup/package.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-rrblup/package.py b/var/spack/repos/builtin/packages/r-rrblup/package.py
index d79b680071..790863fed0 100644
--- a/var/spack/repos/builtin/packages/r-rrblup/package.py
+++ b/var/spack/repos/builtin/packages/r-rrblup/package.py
@@ -7,7 +7,7 @@ from spack import *
class RRrblup(RPackage):
- """Ridge Regression and Other Kernels for Genomic Selection
+ """Ridge Regression and Other Kernels for Genomic Selection.
Software for genomic prediction with the RR-BLUP mixed model (Endelman
2011, <doi:10.3835/plantgenome2011.08.0024>). One application is to
@@ -15,9 +15,7 @@ class RRrblup(RPackage):
calculated based on an additive relationship matrix or a Gaussian
kernel."""
- homepage = "https://potatobreeding.cals.wisc.edu/software"
- url = "https://cloud.r-project.org/src/contrib/rrBLUP_4.6.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/rrBLUP"
+ cran = "rrBLUP"
version('4.6.1', sha256='e9230e74cc430a83ac5567071cb1c7f00b35c368f7d79bcc1cfde7225446c4db')
version('4.6', sha256='28b475a1466fcdc1780caace75cf34155338fda496cebd5799315598a4bc84af')