What this error is?

I was trying to use reprex command in the console, but instead this error is popping-up:

Error in get(Info[i, 1], envir = env) :
lazy-load database 'C:/Users/chetan/Documents/R/win-library/4.0/rmarkdown/R/rmarkdown.rdb' is corrupt
In addition: Warning message:
In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1

1 Like

I saw this on a different platform and fixed it by

remove.packages(rmarkdown)
install.packages(“rmarkdown”)
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.