Update r to version 3.4.4

This commit is contained in:
Richard Kuhnt 2018-03-15 19:06:49 +00:00
parent d69e285e1e
commit 4e69a3acd7

10
r.json
View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.r-project.org", "homepage": "https://www.r-project.org",
"version": "3.4.3", "version": "3.4.4",
"license": "GPL2", "license": "GPL2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe", "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe",
"hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b", "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0",
"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.3-win.exe", "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe",
"hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b", "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0",
"pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\"" "pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\""
} }
}, },