2
I want to install the following package in R http://cran.at.r-project.org/web/packages/plotKML/index.html
the following message appears:
Error in loadNamespace(j <- i[[1L]], c(lib.Loc, .libPaths()), versionCheck = vi[[j]]) : There is no package called '@Scales' In addition: Warning message: package ːplotKML' was built under R version 3.2.2 Error: package or namespace load failed for plotKML
Apparently your R is outdated, try updating it. If you still have the error of
scales
try to install the package manually (install.packages("scales")
)– Molx
What command are you using to install the package?
– Paulo MiraMor