Skip to content

Commit 0d8f110

Browse files
committed
Change default R arch from i386 to x64
1 parent 2e07ed3 commit 0d8f110

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dev/appveyor-install-dependencies.ps1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ under the License.
1818
$CRAN = "https://cloud.r-project.org"
1919

2020
Function InstallR {
21-
if ( -not(Test-Path Env:\R_ARCH) ) {
22-
$arch = "i386"
23-
}
24-
Else {
25-
$arch = $env:R_ARCH
26-
}
21+
$arch = "x64"
2722

2823
$urlPath = ""
2924
$latestVer = $(ConvertFrom-JSON $(Invoke-WebRequest https://rversions.r-pkg.org/r-release-win).Content).version

0 commit comments

Comments
 (0)