Skip to content

Commit

Permalink
Change default R arch from i386 to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Oct 9, 2020
1 parent 2e07ed3 commit cd8b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $CRAN = "https://cloud.r-project.org"

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

0 comments on commit cd8b621

Please sign in to comment.