Add list_url for old versions.
This commit is contained in:
parent
ad0cfa41aa
commit
0e9f8bd38d
@ -34,7 +34,8 @@ class RR6(Package):
|
||||
classes are defined in different packages."""
|
||||
|
||||
homepage = "https://github.com/wch/R6/"
|
||||
url = "https://cran.r-project.org/src/contrib/R6_2.1.2.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/R6_2.1.2.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/R6"
|
||||
|
||||
version('2.1.2', 'b6afb9430e48707be87638675390e457')
|
||||
|
||||
|
@ -37,7 +37,8 @@ class RCurl(Package):
|
||||
package with http specific tools and logic."""
|
||||
|
||||
homepage = "https://github.com/jeroenooms/curl"
|
||||
url = "https://cran.r-project.org/src/contrib/curl_0.9.7.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/curl_0.9.7.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/RCurl"
|
||||
|
||||
version('0.9.7', 'a101f7de948cb828fef571c730f39217')
|
||||
|
||||
|
@ -29,7 +29,8 @@ class RDevtools(Package):
|
||||
"""Collection of package development tools."""
|
||||
|
||||
homepage = "https://github.com/hadley/devtools"
|
||||
url = "https://cran.r-project.org/src/contrib/devtools_1.11.1.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/devtools_1.11.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/devtools"
|
||||
|
||||
version('1.11.1', '242672ee27d24dddcbdaac88c586b6c2')
|
||||
|
||||
|
@ -44,7 +44,8 @@ class RDigest(Package):
|
||||
used."""
|
||||
|
||||
homepage = "http://dirk.eddelbuettel.com/code/digest.html"
|
||||
url = "https://cran.r-project.org/src/contrib/digest_0.6.9.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/digest_0.6.9.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/digest"
|
||||
|
||||
version('0.6.9', '48048ce6c466bdb124716e45ba4a0e83')
|
||||
|
||||
|
@ -31,7 +31,8 @@ class RGit2r(Package):
|
||||
data and running some basic 'Git' commands."""
|
||||
|
||||
homepage = "https://github.com/ropensci/git2r"
|
||||
url = "https://cran.r-project.org/src/contrib/git2r_0.15.0.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/git2r_0.15.0.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/git2r"
|
||||
|
||||
version('0.15.0', '57658b3298f9b9aadc0dd77b4ef6a1e1')
|
||||
|
||||
|
@ -31,7 +31,8 @@ class RHttr(Package):
|
||||
request components (authenticate(), add_headers() and so on)."""
|
||||
|
||||
homepage = "https://github.com/hadley/httr"
|
||||
url = "https://cran.r-project.org/src/contrib/httr_1.1.0.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/httr_1.1.0.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/httr"
|
||||
|
||||
version('1.1.0', '5ffbbc5c2529e49f00aaa521a2b35600')
|
||||
|
||||
|
@ -38,7 +38,8 @@ class RJsonlite(Package):
|
||||
use with dynamic data in systems and applications."""
|
||||
|
||||
homepage = "https://github.com/jeroenooms/jsonlite"
|
||||
url = "https://cran.r-project.org/src/contrib/jsonlite_0.9.21.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/jsonlite_0.9.21.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/jsonlite"
|
||||
|
||||
version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d')
|
||||
|
||||
|
@ -30,7 +30,8 @@ class RMemoise(Package):
|
||||
same arguments it returns the pre-computed value."""
|
||||
|
||||
homepage = "https://github.com/hadley/memoise"
|
||||
url = "https://cran.r-project.org/src/contrib/memoise_1.0.0.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/memoise_1.0.0.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/memoise"
|
||||
|
||||
version('1.0.0', 'd31145292e2a88ae9a504cab1602e4ac')
|
||||
|
||||
|
@ -30,7 +30,8 @@ class RMime(Package):
|
||||
from /etc/mime.types in UNIX-type systems."""
|
||||
|
||||
homepage = "https://github.com/yihui/mime"
|
||||
url = "https://cran.r-project.org/src/contrib/mime_0.4.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/mime_0.4.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/mime"
|
||||
|
||||
version('0.4', '789cb33e41db2206c6fc7c3e9fbc2c02')
|
||||
|
||||
|
@ -38,7 +38,8 @@ class ROpenssl(Package):
|
||||
calculations on large multibyte integers."""
|
||||
|
||||
homepage = "https://github.com/jeroenooms/openssl#readme"
|
||||
url = "https://cran.r-project.org/src/contrib/openssl_0.9.4.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/openssl_0.9.4.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/openssl"
|
||||
|
||||
version('0.9.4', '82a890e71ed0e74499878bedacfb8ccb')
|
||||
|
||||
|
@ -30,7 +30,8 @@ class RRstudioapi(Package):
|
||||
messages when it's not."""
|
||||
|
||||
homepage = "https://cran.r-project.org/web/packages/rstudioapi/index.html"
|
||||
url = "https://cran.r-project.org/src/contrib/rstudioapi_0.5.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/rstudioapi_0.5.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/rstudioapi"
|
||||
|
||||
version('0.5', '6ce1191da74e7bcbf06b61339486b3ba')
|
||||
|
||||
|
@ -30,7 +30,8 @@ class RWhisker(Package):
|
||||
including R"""
|
||||
|
||||
homepage = "http://github.com/edwindj/whisker"
|
||||
url = "https://cran.r-project.org/src/contrib/whisker_0.3-2.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/whisker_0.3-2.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/whisker"
|
||||
|
||||
version('0.3-2', 'c4b9bf9a22e69ce003fe68663ab5e8e6')
|
||||
|
||||
|
@ -32,7 +32,8 @@ class RWithr(Package):
|
||||
dependencies to provide access to these functions."""
|
||||
|
||||
homepage = "http://github.com/jimhester/withr"
|
||||
url = "https://cran.r-project.org/src/contrib/withr_1.0.1.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/withr_1.0.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/withr"
|
||||
|
||||
version('1.0.1', 'ac38af2c6f74027c9592dd8f0acb7598')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user