I am not able to load tidyverse. I think I updated a few packages
- ggthemes
- ggplot2 ( which wasn't updated properly in dev version)
- plotly
now I don't know what did they change but I am not able to run dplyr codes.
now it gives me
Error in is_atomic(x) && is_scalar_atomic(y) :
object 'rlang_is_atomic' not found
I thought this was something happening with R 3.5 but it happens even after I go to 3.4. I reinstalled these packages from cran but still I have problem. is there anything I can do to set it back. It happened previously and I deleted all my libraries so that I can work. I don't want to do that
there must be a command I don't know to set things in previous stages....
This is what I get even after reinstalling the libarary
library(tidyverse)
-- Attaching packages --------------------------------------- tidyverse 1.2.1 --
v ggplot2 2.2.1 v purrr 0.2.4
v tibble 1.4.2 v dplyr 0.7.4
v tidyr 0.8.0 v stringr 1.3.0
v readr 1.1.1 v forcats 0.3.0
Error: package or namespace load failed for ‘tidyverse’:
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: is_vector(x)
error: object 'rlang_is_vector' not found