add version 0.0-18.1 to r-iso (#21056)

This commit is contained in:
Glenn Johnson 2021-01-17 13:21:15 -06:00 committed by GitHub
parent 1b997bde77
commit 665f297067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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