[R] package installation error (LF versus CR)

2005-09-08 Thread sonia
Hello, 
I have the following problem in installing a package (in windows xp) 

>rcmd install -c  dlm

[ ..stuff deleted ]

  ... DLL made
  installing DLL
  installing R files
  installing inst files
  installing data files
  installing man source files
  installing indices
Errore in load(zfile, envir = envir) : l'input Þ stato danneggiato, LF 
sostituiti da CR
Esecuzione interrotta
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-dlm] Error 2
*** Installation of dlm failed ***

Does anybody please have suggestions? 
If relevant, the source package was downloaded from a unix server using cvs+ssh

Thanks a lot, 
best, 
Sonia 

-- 
Sonia Petrone
Istituto di Metodi Quantitativi
Università Bocconi
Viale Isonzo 25
20135 Milano, Italia.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] package installation error (LF versus CR)

2005-09-08 Thread Uwe Ligges
sonia wrote:

> Hello, 
> I have the following problem in installing a package (in windows xp) 
> 
> 
>>rcmd install -c  dlm
> 
> 
> [ ..stuff deleted ]
> 
>   ... DLL made
>   installing DLL
>   installing R files
>   installing inst files
>   installing data files
>   installing man source files
>   installing indices
> Errore in load(zfile, envir = envir) : l'input Þ stato danneggiato, LF 
> sostituiti da CR
> Esecuzione interrotta
> make[2]: *** [indices] Error 1
> make[1]: *** [all] Error 2
> make: *** [pkg-dlm] Error 2
> *** Installation of dlm failed ***
> 
> Does anybody please have suggestions? 
> If relevant, the source package was downloaded from a unix server using 
> cvs+ssh

In principle, it should not matter if it works on the unix machine.
Anyway, can you try to *build* the package on that unix machine and 
install from the tar.gz file on Windows. Maybe some line endings got 
mixed up by cvs...

For further report, please set
LANGUAGE=en
before a sample-run you want to include in a question to R-help, because 
not everybody understands italian.

Uwe Ligges


> Thanks a lot, 
> best, 
> Sonia 
>

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html