yonghah / esri2sf

Scrape features from ArcGIS Server REST API and create simple features dataframe
Other
138 stars 37 forks source link

Error I get #54

Open UnionTurnpike opened 2 years ago

UnionTurnpike commented 2 years ago

I am not sure what is going on, but I get this: ERROR: dependency ‘RSQLite’ is not available for package ‘esri2sf’

and then

library("esri2sf") Error in library("esri2sf") : there is no package called ‘esri2sf’

elipousson commented 2 years ago

Did you try installing RSQLite? Looks like your installation for esri2sf failed but it isn't clear that there is an issue with esri2sf and not your local setup.