diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-17 13:21:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 13:21:15 -0600 |
commit | 665f2970670f0ffe407719cd2e5da7f1cb7bfdf4 (patch) | |
tree | ffa7b5a3ffd29d8167edfcfd4a980db0bdfbd011 | |
parent | 1b997bde77fede7a57d89cb2a7bb7369e5343b08 (diff) | |
download | spack-665f2970670f0ffe407719cd2e5da7f1cb7bfdf4.tar.gz spack-665f2970670f0ffe407719cd2e5da7f1cb7bfdf4.tar.bz2 spack-665f2970670f0ffe407719cd2e5da7f1cb7bfdf4.tar.xz spack-665f2970670f0ffe407719cd2e5da7f1cb7bfdf4.zip |
add version 0.0-18.1 to r-iso (#21056)
-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') |