How to install the plotKML package?

2

I want to install the following package in R link

the following message appears:

Error in loadNamespace (j

asked by anonymous 23.10.2015 / 23:09

1 answer

1

If you get a message that some dependency is missing, you can try to have all dependent packages resolved before the main package is installed with the command:

install.packages ('plotKML', dependencies = TRUE)

    
21.11.2015 / 19:59