Re: [R] Problems with library(survival)

2018-12-23 Thread Jeff Newmiller
It means that one of the packages installed during R installation (lattice) is damaged. You should probably re-install R. On December 23, 2018 12:01:12 PM PST, Medic wrote: >> install.packages("survival") >package ‘survival’ successfully unpacked and MD5 sums checked >> library(survival) >Error:

[R] Problems with library(survival)

2018-12-23 Thread Medic
> install.packages("survival") package ‘survival’ successfully unpacked and MD5 sums checked > library(survival) Error: package or namespace load failed for ‘survival’ in get(Info[i, 1], envir = env): lazy-load database 'C:/Program Files/R/R-3.5.1/library/lattice/R/lattice.rdb' is corrupt In addit