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!
Reverting to ggplot v. 2.2.0 worked for me:  devtools::install_github("hadley/[email protected]")
Library(devtools)
 devtools::install_github("dkahle/ggmap")
 devtools::install_github("hadley/ggplot2")Had the same error, and works fine now.
I had this problem as well, uninstalling ggplot2 and reinstalling it from CRAN worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With