diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-iso/package.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-iso/package.py b/var/spack/repos/builtin/packages/r-iso/package.py index 630203f644..6283e0296e 100644 --- a/var/spack/repos/builtin/packages/r-iso/package.py +++ b/var/spack/repos/builtin/packages/r-iso/package.py @@ -7,13 +7,16 @@ from spack import * class RIso(RPackage): - """Linear order and unimodal order (univariate) isotonic regression; + """Functions to Perform Isotonic Regression + + Linear order and unimodal order (univariate) isotonic regression; bivariate isotonic regression with linear order on both variables.""" homepage = "https://cloud.r-project.org/package=Iso" url = "https://cloud.r-project.org/src/contrib/Iso_0.0-17.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/Iso" + version('0.0-18.1', sha256='2fa5f78a7603cbae94a5e38e791938596a053d48c609a7c120a19cbb7d93c66f') version('0.0-18', sha256='2d7e8c4452653364ee086d95cea620c50378e30acfcff129b7261e1756a99504') version('0.0-17', sha256='c007d6eaf6335a15c1912b0804276ff39abce27b7a61539a91b8fda653629252') |