Skip to content

should the top of doc/NEWS.3 mention doc/NEWS.Rd ?

4 messages · Duncan Murdoch, Benjamin Tyner, Peter Dalgaard

#
Greetings,

As of r80088, at the top of doc/NEWS.3 file it says:
However as far as I can tell, neither NEWS nor NEWS.html exists in the R 
source. Should doc/NEWS.3 be amended to point to doc/NEWS.Rd instead?

Regards

Ben
#
On 2025-04-13 11:07 a.m., Benjamin Tyner wrote:
I think that message is intended to be read when you are reading the 
page in an installed version of R.  If you run help.start(), you'll see 
those files.

However, depending on options when you installed R, you may or may not 
actually have static copies of them installed.  The help server in R may 
generate them on the fly.

Duncan Murdoch
#
On 4/13/25 12:32, Duncan Murdoch wrote:
Makes sense; thank you Duncan!
#
Also, the files do exist in the build directory after R has been built. 

I suppose that we could copy them into the sources for the distribution, but generically, it is bad luck for tarballs to include both sources and build results because it confuses the Makefile dependencies (& we have plenty of scars from keeping the gram*.y/gram*.c files consistent.)

-pd