summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-16 08:27:26 -0600
committerGitHub <noreply@github.com>2021-01-16 15:27:26 +0100
commitebce4325e8258b59e11ef8f00dc512ab25391757 (patch)
tree84b2a76f3560e2c7b4072a7ec42510105507cb53
parent72218aeebbbe7b5fb676bc7bc1febdaa10db80ee (diff)
downloadspack-ebce4325e8258b59e11ef8f00dc512ab25391757.tar.gz
spack-ebce4325e8258b59e11ef8f00dc512ab25391757.tar.bz2
spack-ebce4325e8258b59e11ef8f00dc512ab25391757.tar.xz
spack-ebce4325e8258b59e11ef8f00dc512ab25391757.zip
add version 5.1-7 to r-gamlss-dist (#20982)
-rw-r--r--var/spack/repos/builtin/packages/r-gamlss-dist/package.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-gamlss-dist/package.py b/var/spack/repos/builtin/packages/r-gamlss-dist/package.py
index ce3c960f4a..ad5fbbd4ce 100644
--- a/var/spack/repos/builtin/packages/r-gamlss-dist/package.py
+++ b/var/spack/repos/builtin/packages/r-gamlss-dist/package.py
@@ -7,13 +7,23 @@ from spack import *
class RGamlssDist(RPackage):
- """gamlss.dist: Distributions for Generalized Additive Models for
- Location Scale and Shape"""
+ """dist: Distributions for Generalized Additive Models for Location Scale
+ and Shape
+
+ A set of distributions which can be used for modelling the response
+ variables in Generalized Additive Models for Location Scale and Shape,
+ Rigby and Stasinopoulos (2005), <doi:10.1111/j.1467-9876.2005.00510.x>. The
+ distributions can be continuous, discrete or mixed distributions. Extra
+ distributions can be created, by transforming, any continuous distribution
+ defined on the real line, to a distribution defined on ranges 0 to
+ infinity or 0 to 1, by using a ''log'' or a ''logit' transformation
+ respectively."""
homepage = "https://cloud.r-project.org/package=gamlss.dist"
url = "https://cloud.r-project.org/src/contrib/gamlss.dist_5.1-1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/gamlss.dist/"
+ version('5.1-7', sha256='9871c38c893a8df7874c533351858dfe4e7587c71021dbbf88c0c76ff3c0ef5b')
version('5.1-4', sha256='343c6ca0fd8a1c1dfdf9ffc65c95d4dae0c6c80b3e60fccba003e5171f3d287e')
version('5.1-3', sha256='87fd643c82579519b67c66c1d87383fa1e203e8b09f607649ee7bce142bda404')
version('5.1-1', sha256='44f999ff74ee516757eb39c8308c48aa850523aad2f38e622268313a13dda0b1')