R-ArcGIS / arcgislayers

ArcGIS Location Services
http://r.esri.com/arcgislayers/
Apache License 2.0
39 stars 9 forks source link

Basic example does not appear to be working #164

Closed mhweber closed 6 months ago

mhweber commented 6 months ago

The basic functionality of running a field based query on the ReadMe page does not appear to be working.

library(arcgis) furl <- "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/USA_Counties_Generalized_Boundaries/FeatureServer/0" county_fl <- arc_open(furl) arc_select(county_fl)

Generates this error: Error in cli::cli_progress_update(..., id = id) : Cannot find progress barcli-128996-172 Error in cli::cli_progress_update(..., id = id) : Cannot find progress barcli-128996-172``

JosiahParry commented 6 months ago

@mhweber, can you try restarting your R session? Also, what versions of the packages are you on? Can you provide your sessionI fo()?

mhweber commented 6 months ago

@JosiahParry - restarting worked - thanks, glad it was that simple! Looks like a really useful package, excited to start using.

JosiahParry commented 6 months ago

Brilliant! I think sometimes the cli package loses track of the progress bar which is what caused that. Sorry!