I try to anaylse World Bank climate data using their rWBclimate package. However, no matters what I do, the package is not recognised by my computer. It starts by not completing the first step of the instruction.
require(rWBclimate)
results in
Loading required package: rWBclimate Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘rWBclimate’
and then
Error in find.package(if (is.null(package)) loadedNamespaces() else package, : there is no package called ‘rWBclimate’
There is this case posted, but it doesn't solve my problem
I would appreciate any help. Thank you!