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!