summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-statmod/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-statmod/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-statmod/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-statmod/package.py b/var/spack/repos/builtin/packages/r-statmod/package.py
index d6f1e6711e..6f8bbd85c7 100644
--- a/var/spack/repos/builtin/packages/r-statmod/package.py
+++ b/var/spack/repos/builtin/packages/r-statmod/package.py
@@ -7,7 +7,7 @@ from spack import *
class RStatmod(RPackage):
- """Statistical Modeling
+ """Statistical Modeling.
A collection of algorithms and functions to aid statistical modeling.
Includes limiting dilution analysis (aka ELDA), growth curve comparisons,
@@ -17,10 +17,9 @@ class RStatmod(RPackage):
model functions including Tweedie and Digamma distributional families and a
secure convergence algorithm."""
- homepage = "https://cloud.r-project.org/package=statmod"
- url = "https://cloud.r-project.org/src/contrib/statmod_1.4.30.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/statmod"
+ cran = "statmod"
+ version('1.4.36', sha256='14e897c83d426caca4d920d3d5bead7ae9a679276b3cb2e227f299ad189d7bc2')
version('1.4.35', sha256='de5e428f81c306849af47b9ae583362855e166b1da62893734f1154cb5b3f8fe')
version('1.4.32', sha256='2f67a1cfa66126e6345f8a40564a3077d08f1748f17cb8c8fb05c94ed0f57e20')
version('1.4.30', sha256='9d2c1722a85f53623a9ee9f73d835119ae22ae2b8ec7b50d675401e314ea641f')