add version 2.2-2 to r-gss (#21036)

This commit is contained in:
Glenn Johnson 2021-01-17 13:39:06 -06:00 committed by GitHub
parent 251f16358b
commit d9b1a8bf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,18 @@
class RGss(RPackage):
"""A comprehensive package for structural multivariate function
"""General Smoothing Splines
A comprehensive package for structural multivariate function
estimation using smoothing splines."""
homepage = "https://cloud.r-project.org/package=gss"
url = "https://cloud.r-project.org/src/contrib/gss_2.1-7.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/gss"
version('2.2-2', sha256='1da4da894378ee730cff9628e8b4d2a0d7dfa344b94e5bce6953e66723c21fe4')
version('2.1-10', sha256='26c47ecae6a9b7854a1b531c09f869cf8b813462bd8093e3618e1091ace61ee2')
version('2.1-7', sha256='0405bb5e4c4d60b466335e5da07be4f9570045a24aed09e7bc0640e1a00f3adb')
depends_on('r@2.14.0:', type=('build', 'run'))
depends_on('r@3.0.0:', when='@2.2-2:', type=('build', 'run'))