I\'m trying to run two things: first, I\'m creating a PDF with 4x5, ending with dev.off(), and then trying to create a new graph. However, after starting the second plot, I get:
This burned me so hopefully saves someone else some toil. The issue was that the classifiers loaded just fine on OS X but on the Linux deployment system they would fail with the error listed in the question. The issue was the the files on the disk had extension abc.RData
but the code modelAbc <- readRDS(file="abc.Rdata")
. The difference in the upper and lowercase D
in the .RData
vs .Rdata
extension would fail on Linux. It was not very noticeable but check your extensions for case.