summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-17 11:10:34 -0600
committerGitHub <noreply@github.com>2021-01-17 11:10:34 -0600
commit40700930ea03e8cf1a5186c80bdaa5d8fbb5488c (patch)
treeb341f9f33ef574264894452b2aa23b4fdebcae37
parent3213dbf27ffda1ef02b01bafbf981ccf6d96c55c (diff)
downloadspack-40700930ea03e8cf1a5186c80bdaa5d8fbb5488c.tar.gz
spack-40700930ea03e8cf1a5186c80bdaa5d8fbb5488c.tar.bz2
spack-40700930ea03e8cf1a5186c80bdaa5d8fbb5488c.tar.xz
spack-40700930ea03e8cf1a5186c80bdaa5d8fbb5488c.zip
add version 1.4-15 to r-multcomp (#21107)
-rw-r--r--var/spack/repos/builtin/packages/r-multcomp/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-multcomp/package.py b/var/spack/repos/builtin/packages/r-multcomp/package.py
index f708e062de..13d0319e1a 100644
--- a/var/spack/repos/builtin/packages/r-multcomp/package.py
+++ b/var/spack/repos/builtin/packages/r-multcomp/package.py
@@ -7,7 +7,9 @@ from spack import *
class RMultcomp(RPackage):
- """Simultaneous tests and confidence intervals for general linear
+ """Simultaneous Inference in General Parametric Models
+
+ Simultaneous tests and confidence intervals for general linear
hypotheses in parametric models, including linear, generalized linear,
linear mixed effects, and survival models. The package includes demos
reproducing analyzes presented in the book "Multiple Comparisons Using R"
@@ -17,6 +19,7 @@ class RMultcomp(RPackage):
url = "https://cloud.r-project.org/src/contrib/multcomp_1.4-6.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/multcomp"
+ version('1.4-15', sha256='9927607efb3eb84ac3d25d82daf2faef6a69e05a334b163ce43fd31c14b19bce')
version('1.4-10', sha256='29bcc635c0262e304551b139cd9ee655ab25a908d9693e1cacabfc2a936df5cf')
version('1.4-8', sha256='a20876619312310e9523d67e9090af501383ce49dc6113c6b4ca30f9c943a73a')
version('1.4-6', sha256='fe9efbe671416a49819cbdb9137cc218faebcd76e0f170fd1c8d3c84c42eeda2')