Skip to content

Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR

2 messages · Søren Højsgaard, Brian Ripley

#
I am trying to build a package binary, and get the message below. Can anyone point me to a solution to that problem. 
Thanks in advance
S?ren


  ....
  installing data files
  installing man source files
  installing indices
Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced
 by CR
Execution halted
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2



============================================================================================= 
S?ren H?jsgaard,  MSc, PhD (Statistics),                Phone: +45 8999 1703 
Head of Statistics and Decision Theory Research Group,  Fax:   +45 8999 1300 
Danish Institute of Agricultural Sciences               sorenh at agrsci.dk 
Research Centre Foulum, DK-8830 Tjele, Denmark          http://genetics.agrsci.dk/~sorenh 
.... Time flies like an arrow, fruit flies like a banana ....
#
On Mon, 13 Jun 2005, S?ren H?jsgaard wrote:

            
As it says, a save file has been corrupted, probably one of your data 
files with extension .rda.  Try loading them yourself to see.

If that's not it, you have forgotten basic information like your R version 
and OS so we would need to know a lot more to help.