Skip to content
Prev 10583 / 63421 Next

R CMD INSTALL is sensitive to trailing newlines in DESCRIPTION.in

No, as I am about to commit a fix to the Unix INSTALL script :-)

Windows maintainers: I suspect that src/gnuwin32/fixed/dobundle.pl needs
a similar change, perhaps something like

	next if (/^ *$/);

in the loop writing the DESCRIPTION file.

-k