ropensci / CoordinateCleaner

Automated flagging of common spatial and temporal errors in biological and palaeontological collection data, for the use in conservation, ecology and palaeontology.
https://docs.ropensci.org/CoordinateCleaner/
79 stars 21 forks source link

Trouble installing the CoordinateCleaner package #45

Closed abalamur closed 4 years ago

abalamur commented 4 years ago

I tried doing install.packages("CoordinateCleaner and then library(CoordinateCleaner)

However, I am getting this error when I try to run the library Error: package or namespace load failed for ‘CoordinateCleaner’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘sf’

azizka commented 4 years ago

Hi,

try to install sf before: install.packages("sf")

azizka commented 4 years ago

Did this work?