Søren Højsgaard
2005-Jun-13 10:54 UTC
[Rd] Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR
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 ....
Prof Brian Ripley
2005-Jun-13 11:29 UTC
[Rd] Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR
On Mon, 13 Jun 2005, S?ren H?jsgaard wrote:> I am trying to build a package binary, and get the message below. Can > anyone point me to a solution to that problem.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.> .... > 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 >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595