Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Am not able to load tidyverse in R 4.0.5 any leads?

Tags:

r

tidyverse

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

like image 1000
Moses Avatar asked Jan 31 '26 19:01

Moses


1 Answers

This just solves it thanks to @mhovid

remove.packages("tidyverse");install.packages("tidyverse")
like image 155
Moses Avatar answered Feb 02 '26 11:02

Moses



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!