Releases: R-ArcGIS/r-bridge
Releases · R-ArcGIS/r-bridge
v1.0.1.244
- support geographic datum transformations in arc.select().
NOTE: This package is built for R 3.5 and 3.6
to install the latest package for R 4.0 use the following command from R or RStudio:
install.packages("arcgisbinding", repos="https://r.esri.com", type="win.binary")
v1.0.1.243
- fixed arc.check_portal() crash (>=Pro 2.6.0)
- fixed - 'FNP error' in Conda environment
NOTE: This package is built for R 3.5 and 3.6
to install latest package for R 4.0 use following command from R or RStudio:
install.packages("arcgisbinding", repos="https://r.esri.com", type="win.binary")
v1.0.1.241
- Fix converting projections to Proj4
- Leaflet integration: various fixes
NOTE: This package is built for R 3.5 and 3.6
to install latest package for R 4.0 use following command from R or RStudio:
install.packages("arcgisbinding", repos="https://r.esri.com", type="win.binary")
v1.0.1.239
- support GUID field, Issue #36
- support
arc.open
on Image Services
v1.0.1.237
- new
arc.check_portal()
andarc.portal_connect()
- Jupyter Notebook integration (Pro only)
- support latest RStudio
- bug fixes
- upgrade compiler VS2019
v1.0.1.232
bug fix. issue #24
v1.0.1.231
Update documentation.
v1.0.1.230
Build for R 3.5.0
v1.0.1.229
New features
- arc.open() - support raster, raster mosaic datasets and layers
- arc.raster() - create and manage 'arc.raster' object
- arc.data2sf() - convert to an Simple Features objects ('sf' package) #8
- arc.data2sp() - convert 'arc.raster' object to a SpatialGridDataFrame ('sp' package)
- as.raster() - convert 'arc.raster' object to a Raster* object ('raster' package)
- arc.delete() - delete an existing dataset #18
- support subsetting [], filter, arrange, mutate, group_by ('dplyr' package)
- arc.write() - write 'arc.raster', Raster*, SpatialGridDataFrame, SpatialPixelsDataFrame object to a raster dataset
- arc.write() - support 'sf' objects
- arc.write() - added overwrite flag #18, #19
- arc.write() - support writing text fields which are longer than 255 characters #14
- arc.write() - set-up a fgdb and gpkg
v1.0.0.128
Fix issue #13 - handle NA for Boolean type