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

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jun 13 13:29:54 CEST 2005


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


More information about the R-devel mailing list