Skip to content
Prev 200525 / 398503 Next

Where are usages like "== 2L" documented?

I think your suggestions below indicate a difference in documentation 
philosophy between us.  I believe that things should be documented well 
in one place, and it should be easy to find that one place; you seem to 
be suggesting spreading out bits and pieces of documentation to many places.

The disadvantage of the many-place style is that it is hard to look up 
details.  I may remember seeing somewhere various rules about something, 
but if it isn't clear where to look for it again, I will have trouble 
finding it.

The weakness of the one-place style is that it isn't always easy to find 
that one place.  R documentation especially suffers from this, because 
it is hard to find things in the manuals if you're looking in the help() 
system.  I think the solution is to make it easier to find things in the 
manuals, rather than repeating bits and pieces of the manuals all across 
the help system.

One way to do this is to link the manuals into the help system, and I 
did some work on this last year, but unfortunately this requires a newer 
version of Texinfo than we are allowed to use because of FSF license 
restrictions.

Duncan Murdoch
On 16/11/2009 9:09 PM, Steven McKinney wrote: