From 6d7186d378efaaaa64687694155e400ff4f3bd3f Mon Sep 17 00:00:00 2001 From: Cyianor Date: Wed, 11 May 2016 23:54:39 +0200 Subject: [PATCH] Version of R updated to 3.3.0 (#850) * Apache httpd version upgrade to 2.4.20 * Update pre-install in r.json The pre-install in the r bucket is now architecture specific and depends on the architecture the user requested, no longer on the architecture of the user's machine. * Updated R to version 3.3.0 --- r.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r.json b/r.json index 3f5bbc2360..27b8c3b9cf 100644 --- a/r.json +++ b/r.json @@ -1,16 +1,16 @@ { "homepage": "https://www.r-project.org", - "version": "3.2.4", + "version": "3.3.0", "license": "GPL2", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.2.4revised-win.exe", - "hash": "E0BCD1D3552670B6E7604AF54AC0B75E8538694D8FC5B38086BF8A81FDB6EF40", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.0-win.exe", + "hash": "5D1A6E6FB757F4CAC916C96651A4446BA4756507707C413EA02DD067770314BA", "pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.2.4revised-win.exe", - "hash": "E0BCD1D3552670B6E7604AF54AC0B75E8538694D8FC5B38086BF8A81FDB6EF40", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.0-win.exe", + "hash": "5D1A6E6FB757F4CAC916C96651A4446BA4756507707C413EA02DD067770314BA", "pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch" } },