Skip to content

Releases: R-ArcGIS/r-bridge

v1.0.1.244

22 Jan 23:01
Compare
Choose a tag to compare
  • 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

16 Nov 23:16
Compare
Choose a tag to compare
  • 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

13 Jul 20:06
Compare
Choose a tag to compare
  • 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

31 Jan 03:43
Compare
Choose a tag to compare
  • support GUID field, Issue #36
  • support arc.open on Image Services

v1.0.1.237

11 Oct 00:48
Compare
Choose a tag to compare
  • new arc.check_portal() and arc.portal_connect()
  • Jupyter Notebook integration (Pro only)
  • support latest RStudio
  • bug fixes
  • upgrade compiler VS2019

v1.0.1.232

12 Jul 20:17
Compare
Choose a tag to compare

bug fix. issue #24

v1.0.1.231

07 Jul 05:50
Compare
Choose a tag to compare

Update documentation.

v1.0.1.230

27 Apr 21:25
Compare
Choose a tag to compare

Build for R 3.5.0

v1.0.1.229

05 Mar 22:35
Compare
Choose a tag to compare

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

08 Aug 02:29
Compare
Choose a tag to compare

Fix issue #13 - handle NA for Boolean type