R version 3.3.2 and arcgisbinding

1915
2
02-17-2017 03:21 PM
BrooksBreece
New Contributor III

Good evening,

I get the following warning when trying to install arcgisbinding:

> install.packages("arcgisbinding") Installing package into ‘C:/Users/Jon/Documents/R/win-library/3.3’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘arcgisbinding’ is not available (for R version 3.3.2)

Should I switch to an older version of R?

0 Kudos
2 Replies
BrooksBreece
New Contributor III

Message after running R Installation Details:

Executing: RInstallDetails
Start Time: Fri Feb 17 18:31:20 2017
Running script RInstallDetails...
R (version 3.3.2), installed in: C:\Program Files\R\R-3.3.2
R packages will be installed into: C:\Users\Jon\Documents\R\win-library\3.3
All R package libraries detected: C:\Users\Jon\Documents\R\win-library\3.3;C:\Program Files\R\R-3.3.2\library
The ArcGIS R package (version 1.0.0.124) is installed at: C:\Users\Jon\Documents\R\win-library\3.3\arcgisbinding
Completed script RInstallDetails...
Succeeded at Fri Feb 17 18:31:20 2017 (Elapsed Time: 0.01 seconds)

0 Kudos
ShaunWalbridge
Esri Regular Contributor

Brooks,


The r-bridge-install toolbox that you ran to show the R Installation Details can be used to install the bridge -- that will make the package available in R without using `install.packages'. The package itself isn't on CRAN, and that's why the installation command doesn't work. The bridge should work fine with any version of R 3.1 or later.

Cheers,
Shaun

0 Kudos