We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e07ed3 commit b3dc85aCopy full SHA for b3dc85a
dev/appveyor-install-dependencies.ps1
@@ -19,7 +19,7 @@ $CRAN = "https://cloud.r-project.org"
19
20
Function InstallR {
21
if ( -not(Test-Path Env:\R_ARCH) ) {
22
- $arch = "i386"
+ $arch = "x64"
23
}
24
Else {
25
$arch = $env:R_ARCH
0 commit comments