Skip to content

Commit

Permalink
Merge pull request #115 from jeroen/patch-1
Browse files Browse the repository at this point in the history
Run R CMD check in x64 by default
  • Loading branch information
krlmlr authored Aug 13, 2018
2 parents a65a8f7 + 4e59bd1 commit 2ba367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appveyor-tool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Function InstallR {
}

if ( -not(Test-Path Env:\R_ARCH) ) {
$arch = "i386"
$arch = "x64"
}
Else {
$arch = $env:R_ARCH
Expand Down

0 comments on commit 2ba367d

Please sign in to comment.