library(tidyverse)
I just updated my R to version 4.0.5 but when I try to load tidyverse I get this error. Anyone with an idea?
Error: package or namespace load failed for ‘tidyverse’: .onAttach failed in attachNamespace() for 'tidyverse', details: call: base::nchar(wide_chars$test, type = "width") error: lazy-load database 'C:/Users/motieno/Documents/R/win-library/4.0/cli/R/sysdata.rdb' is corrupt
This just solves it thanks to @mhovid
remove.packages("tidyverse");install.packages("tidyverse")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With