tidyverse / magrittr

Improve the readability of R code with the pipe
https://magrittr.tidyverse.org
Other
957 stars 157 forks source link

error when loading magrittr #177

Closed emankhalaf closed 5 years ago

emankhalaf commented 5 years ago

Hello, I just installed magrittr using the following code: devtools::install_github("tidyverse/magrittr")

the package was installed successfully, but when loaded I got this error:

Error in value[3L] : Package ‘magrittr’ version 1.5 cannot be unloaded: Error in unloadNamespace(package) : namespace ‘magrittr’ is imported by ‘dplyr’, ‘igraph’, ‘stringr’, ‘forcats’, ‘tidyverse’, ‘purrr’, ‘rvest’, ‘modelr’, ‘tidyr’ so cannot be unloaded

May you please help me to figure it out? Thanks

hadley commented 5 years ago

I think you just need to restart R.

emankhalaf commented 5 years ago

Yes. Thanks