Update r to version 3.5.0

This commit is contained in:
Richard Kuhnt 2018-04-23 17:00:57 +00:00
parent 524723589f
commit d64c94fcc4

10
r.json
View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.r-project.org", "homepage": "https://www.r-project.org",
"version": "3.4.4", "version": "3.5.0",
"license": "GPL-2.0", "license": "GPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", "url": "https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe",
"hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", "hash": "28adf9d90a106ba7d232d419bf8e950ac85767fd3e5586d55dcc173bf476e40d",
"pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\"" "pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\""
}, },
"32bit": { "32bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", "url": "https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe",
"hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", "hash": "28adf9d90a106ba7d232d419bf8e950ac85767fd3e5586d55dcc173bf476e40d",
"pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\"" "pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\""
} }
}, },