r-gdata: Update version to 2.18.0 (#5495)
This commit is contained in:
parent
e851d15974
commit
aab68aaecf
1 changed files with 3 additions and 1 deletions
|
@ -45,8 +45,10 @@ class RGdata(RPackage):
|
||||||
both scalar and vector arguments ('resample')."""
|
both scalar and vector arguments ('resample')."""
|
||||||
|
|
||||||
homepage = "https://cran.r-project.org/package=gdata"
|
homepage = "https://cran.r-project.org/package=gdata"
|
||||||
url = "https://cran.r-project.org/src/contrib/gdata_2.17.0.tar.gz"
|
url = "https://cran.r-project.org/src/contrib/gdata_2.18.0.tar.gz"
|
||||||
|
list_url = homepage
|
||||||
|
|
||||||
|
version('2.18.0', 'f831019aa743fe11dcf0a051e4280921')
|
||||||
version('2.17.0', 'c716b663b9dc16ad8cafe6acc781a75f')
|
version('2.17.0', 'c716b663b9dc16ad8cafe6acc781a75f')
|
||||||
|
|
||||||
depends_on('r-gtools', type=('build', 'run'))
|
depends_on('r-gtools', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue