I recently installed RTools (windows computer) and now it seems like all of my packages associated with tidyverse
(e.g., tidyverse
itself, dplyr
, ggplot2
, etc) no longer will load and can't be installed.
I get the following error when I load my R session:
Warning: namespace ‘ggplot2’ is not available and has been replaced
by .GlobalEnv when processing object ‘ima.bar’
Warning: namespace ‘scales’ is not available and has been replaced
by .GlobalEnv when processing object ‘a’
Warning: namespace ‘cowplot’ is not available and has been replaced
by .GlobalEnv when processing object ‘rtp.dashboard’
Should I simply uninstall RTools and see if everything gets fixed? Or do I need to re-install R? The system environment (Sys.getenv()
) also seems to have changed after installing RTools to something I'm not even sure of where it is (it isn't the folder where my packages are contained -- oddly, tidyverse
does not even have a folder there either)>