ropensci / refsplitr

R package for processing, organizing, and visualizing reference records downloaded from the Web of Science.
https://docs.ropensci.org/refsplitr
Other
55 stars 6 forks source link

authors_georef() broken due to changes in ggmap & dsk #76

Closed embruna closed 3 years ago

embruna commented 3 years ago

DataScienceToolkit is no more, so need to change the engine for georeferencing to google. But note that google now requires registration to get API key, which means have to code in this change if wish to continue using ggmap. opencage or geonames may be alternatives not requiring registration.

embruna commented 3 years ago

Edited authors_georef to use ggmap with google API instead of dsk; requires user register with google in advance.