Update r to version 3.4.2

This commit is contained in:
Richard Kuhnt 2017-09-28 17:01:47 +00:00
parent 40056a45cf
commit 8cf81c810d

10
r.json
View File

@ -1,16 +1,16 @@
{
"homepage": "https://www.r-project.org",
"version": "3.4.1",
"version": "3.4.2",
"license": "GPL2",
"architecture": {
"64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.1-win.exe",
"hash": "1c83428a3882fb9401aa615fc5177ad49758227ce5d3404ec4b107efc0da6e38",
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.2-win.exe",
"hash": "8b3d1ef27432dd6fd6481302c24f43f3da2c9f7e4eaddd94d57d4e8fe413a1c6",
"pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch"
},
"32bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.1-win.exe",
"hash": "1c83428a3882fb9401aa615fc5177ad49758227ce5d3404ec4b107efc0da6e38",
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.2-win.exe",
"hash": "8b3d1ef27432dd6fd6481302c24f43f3da2c9f7e4eaddd94d57d4e8fe413a1c6",
"pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch"
}
},