Skip to content
Prev 30206 / 63421 Next

dos-style line endings in .Rbuildignore result in files not being excluded

...
In the Splus package system INSTALL copies the whole package
directory to a temp directory before doing any other processing.
If it sees a 'text' file, as determined by the perl -T (or ! -B) file
test operators, the copied file will have local line endings.
We don't use cygwin in the Splus package system, so what the local
line ending is is clear.  (Copying the entire directory also means
we can run INSTALL on a read-only package directory and we don't
leave around *.o or *.obj files that R CMD INSTALL won't like).

Bill Dunlap
TIBCO Spotfire Inc
wdunlap tibco.com