sf – R studio busy when library() a package
I’m trying to import packages by using library()
. The packages I want to use are ‘sf’, ‘rnaturalearth’, ‘rnaturalearthdata’.
I have successfully installed those packages. But when I run the library()
, the rstudio is just keep loading, the chunk is always in running mode (with a red stop symbol).
I can quickly import some basic package (i.e., dplyr, ggplot, etc.). I really don’t know what’s going on for those packages I mentioned earlier that cannot finish importing.
Read more here: Source link