R-ArcGIS / r-bridge-install

Install the R ArcGIS Tools
Apache License 2.0
188 stars 59 forks source link

Allow installation via devtools #27

Closed scw closed 8 years ago

scw commented 8 years ago

As mentioned in #25, for R users it'd be easiest to install directly from R. Investigate this option.

dpavlushko commented 8 years ago

devtools or R CMD build/install cannot handle all steps for building arcgisbinding package. To build package from source please follow "Build from source" instruction.

To install arcgisbinding from zip archive use RGui 'Menu->Packages->Install package(s) from local zip files...' command.