From 4e59bd17b5f3cc80945c77913135c1bc07ae768b Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 13 Apr 2018 17:34:45 +0200 Subject: [PATCH] Run R CMD check in x64 by default --- scripts/appveyor-tool.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appveyor-tool.ps1 b/scripts/appveyor-tool.ps1 index f88d48a..3fb1820 100644 --- a/scripts/appveyor-tool.ps1 +++ b/scripts/appveyor-tool.ps1 @@ -53,7 +53,7 @@ Function InstallR { } if ( -not(Test-Path Env:\R_ARCH) ) { - $arch = "i386" + $arch = "x64" } Else { $arch = $env:R_ARCH