I cannot get the caret package to install in R. I keep getting the following error:
These are the codes I tried:
(1) install.packages("caret")
(2) install.packages("caret", dependencies = c("Depends", "Suggests"))
My code to access it:
library("caret")
This is the complete error code I get when I try to load it:
Error: package or namespace load failed for ‘caret’ in readRDS(nsInfoFilePath):
error reading from connection
In addition: Warning message:
In readRDS(nsInfoFilePath) : error reading the file
I need this package to finish my major project that is due in two weeks. I really need assistance on this matter. Thank you!