add version 0.4-3 to r-classint (#20857)

This commit is contained in:
Glenn Johnson 2021-01-15 03:34:55 -06:00 committed by GitHub
parent 89b745ed3f
commit 5cfb19fb34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,16 @@
class RClassint(RPackage):
"""Selected commonly used methods for choosing univariate class intervals
for mapping or other graphics purposes."""
"""Choose Univariate Class Intervals
Selected commonly used methods for choosing univariate class intervals for
mapping or other graphics purposes."""
homepage = "https://cloud.r-project.org/package=classInt"
url = "https://cloud.r-project.org/src/contrib/classInt_0.1-24.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/classInt"
version('0.4-3', sha256='9ede7a2a7a6b6c114919a3315a884fb592e33b037a50a4fe45cbd4fe2fc434ac')
version('0.4-1', sha256='39c63f8e37b379033d73d57929b5b8ea41b0023626cc1cec648d66bade5d0103')
version('0.3-3', sha256='a93e685ef9c40d5977bb91d7116505a25303b229897a20544722a94ea1365f30')
version('0.3-1', sha256='e2e6f857b544dfecb482b99346aa3ecfdc27b4d401c3537ee8fbaf91caca92b9')