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 0d8f110Copy full SHA for 0d8f110
dev/appveyor-install-dependencies.ps1
@@ -18,12 +18,7 @@ under the License.
18
$CRAN = "https://cloud.r-project.org"
19
20
Function InstallR {
21
- if ( -not(Test-Path Env:\R_ARCH) ) {
22
- $arch = "i386"
23
- }
24
- Else {
25
- $arch = $env:R_ARCH
26
+ $arch = "x64"
27
28
$urlPath = ""
29
$latestVer = $(ConvertFrom-JSON $(Invoke-WebRequest https://rversions.r-pkg.org/r-release-win).Content).version
0 commit comments