-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Currently installing gmapsdistance fails with
ERROR: dependency 'XML' is not available for package 'gmapsdistance'
This is not a gmapsdistance issue, although with one of the main dependencies being discontinued we probably should upgrade. I have no intent to actively maintain the code at the moment, but here is a workaround.
install.packages("XML", repos = "http://www.omegahat.net/R")see https://stackoverflow.com/questions/26042751/cannot-install-package-xml-to-r
Reactions are currently unavailable