add version 1.4-15 to r-multcomp (#21107)

This commit is contained in:
Glenn Johnson
2021-01-17 11:10:34 -06:00
committed by GitHub
parent 3213dbf27f
commit 40700930ea

View File

@@ -7,7 +7,9 @@
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')