Re: [Rd] Warning from R CMD build

2008-12-09 Thread Prof Brian Ripley
The message (it is not even a warning) is harmless. The change is documented in the NEWS file, and is useful for some packages (Matrix as I recall). On Tue, 9 Dec 2008, Josef Leydold wrote: Hi, I wonder about the reason for the following lines: $ diff ~/local/lib64/R/bin/build /usr/lib64/R/

[Rd] Warning from R CMD build

2008-12-09 Thread Josef Leydold
Hi, I wonder about the reason for the following lines: $ diff ~/local/lib64/R/bin/build /usr/lib64/R/bin/build 40c40 < my $revision = ' $Rev: 46832 $ '; --- > my $revision = ' $Rev: 45803 $ '; 576,579d570 < if(-r "Makevars") { < $makefiles .= " -f Makevars"; <