From 796f11eae177395f2837ca250cf1253ec72508c6 Mon Sep 17 00:00:00 2001 From: Brad Rathke Date: Wed, 3 Aug 2016 21:10:18 -0400 Subject: [PATCH] Update R to 3.3.1 (#982) --- r.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/r.json b/r.json index 27b8c3b9cf..2229cc2a02 100644 --- a/r.json +++ b/r.json @@ -4,13 +4,13 @@ "license": "GPL2", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.0-win.exe", - "hash": "5D1A6E6FB757F4CAC916C96651A4446BA4756507707C413EA02DD067770314BA", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.1-win.exe", + "hash": "48D5B9812769E36B2893D3DBA8D37AB49CEDA8A2DA220329F26C2C6470DFBB22", "pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.0-win.exe", - "hash": "5D1A6E6FB757F4CAC916C96651A4446BA4756507707C413EA02DD067770314BA", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.1-win.exe", + "hash": "48D5B9812769E36B2893D3DBA8D37AB49CEDA8A2DA220329F26C2C6470DFBB22", "pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch" } },