forked from r-spatial/RPyGeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
25 lines (17 loc) · 1 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
RPyGeo 1.0.1
--------------------------------------------------------------------------------
General:
* 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).
RPyGeo 1.0.0
--------------------------------------------------------------------------------
General:
* 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.
New features:
* `rpygeo_load()` - Load the output of arcpy functions into the R session
* `rpygeo_save()` - Save temporary files to the workspace
* `rpygeo_search()` - Searches for arcpy functions
* `rpygeo_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