- We integrated RPyGeo into the r-spatial.org community. If you find any bugs please report them at our new development repository (https://github.com/r-spatial/RPyGeo).
- The R-ArcMap interface was completely rewritten, and is now based on the reticulate package. The reticulate package accesses the arcpy Python side-package and provides all arcpy functions and classes in the R session.
rpygeo_load()
- Load the output of arcpy functions into the R sessionrpygeo_save()
- Save temporary files to the workspacerpygeo_search()
- Searches for arcpy functionsrpygeo_help()
- View arcpy help files in RStudio viewer panel or browser- Map algebra operators
- File geodatabase support
- Code compilation in RStudio
- Forward arcpy function output with the
%>%
operator