After I install rnoaa
packages, my ggmap
package is not working. I couldn't even do the simple example:
>library(ggmap)
>qmap(location = "boston university")
Error in get("f", environment(CoordMap$train)) : object 'f' not found
Does anyone have the same problem? Thank you!
I also had the problem with ggmap not working. Using the CRAN package "version", I saw that my installed version was 2.6.1, claimed by CRAN to be the latest version. But on GitHub I discovered version 2.7, downloaded it with devtools, and now my code is working.