Search code examples
rcran

R error: Namespace load failed for in readRDS(nsInfoFilePath)


I am getting the following error when installing packages.

Error: package or namespace load failed for ** in readRDS(nsInfoFilePath):

I have tried the reccomendations suggested here: readRDS(file) in R

I am running R on a high performance computing cluster.


Solution

  • Ensure you are not exceeding the disk space quota on your userspace. You can check your quota using quota -u [USERNAME].