"methods.rdb' is corrupt" for every library I load
1
0
Entering edit mode
5.8 years ago

Hello Recently I have been trying to use the survival package, which worked for a while, until I started to get the error

Error: package or namespace load failed for ‘survival’ in .updateMethodsInTable(fdef, where, attach):
 lazy-load database 'C:/PROGRA~1/R/R-3.4.0/library/methods/R/methods.rdb' is corrupt

for every single library I try to load. for some reason it also accuses any csv or excel file I load in RStudio of being corrupt as well (it opens normally on excel)

Any idea on how to fix it?

software error R • 3.0k views
ADD COMMENT
0
Entering edit mode

Added R tag to your post.

It's complaining about the methods package, which is a base package, so, it's unusual that it's corrupt.

What happens when you just run require(methods) in a new session? Have you moved files around recently or re-istalled anything?

ADD REPLY
0
Entering edit mode
5.8 years ago

I re-created your problem and was able to fix it by doing the following (on linux / Ubuntu 16.04):

sudo apt-get purge r-base-core

sudo apt-get install r-base-core

This, in addition, maintains any other packages that you may have installed.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 3146 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6