Skip to content
Prev 100410 / 398500 Next

Fatal error: unable to restore saved data in .RData --- no package called 'nlme'

On Fri, 22 Sep 2006, michael papenfus wrote:

            
Uh, oh, don't do that.  You cannot update a currently used package.
Find the file .RData in your R working directory, and rename it.
Start R, and run

install.packages("nlme")
load("whatever you renamed .RData to")

At the end of the session, save the workspace.