[R] problems compiling packages in R 2.0.0
r.ghezzo@staff.mcgill.ca
r.ghezzo at staff.mcgill.ca
Thu Oct 14 19:34:02 CEST 2004
Hello, I am trying to get my old packages to work in R 2.0.0
in Windows XP. Here is what I did
Etc is a package of pure R functions
Rcmd INSTALL -l c:/R/R_Src/library C:/R/R_Src/src/Etc
---------Making package Etc -----------------
adding build stamp to DESCRIPTION
installing R files
installing man source files
installing indices
cat: c:/r/rw2000/library/*/CONTENTS: No such file or directory
make[2]: ***[indices] Error 1
make[1]: ***[all] Error 2
make: *** [pkg-Etc] Error 2
*** Instalation of Etc failes ***
Removing 'c:/R/R_Src/library/Etc'
Dunnett is a package that computes the p value from Dunnett t-test
has source code in Fortran
Rcmd INSTALL -l c:/R/R_Src/library C:/R/R_Src/src/Dunnett
---------Making package Dunnett -----------------
adding build stamp to DESCRIPTION
making DLL ...
... DLL made
installing R files
installing man source files
installing indices
cat: c:/r/rw2000/library/*/CONTENTS: No such file or directory
make[2]: ***[indices] Error 1
make[1]: ***[all] Error 2
make: *** [pkg-Etc] Error 2
*** Instalation of Etc failes ***
Removing 'c:/R/R_Src/library/Etc'
Can somebody help me with that 'CONTENTS' file that does not exist?
thanks for any help.
Heberto Ghezzo
McGill University
Canada
More information about the R-help
mailing list