The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
52864 5807 d 21 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
43623 6806 d 21 h hornik /trunk/src/library/tools/man/ Miscellaneous improvements.  
43477 6828 d 18 h ripley /trunk/src/library/tools/man/ typos, update  
42536 6920 d 7 h ripley /trunk/src/library/ sort out some missing references in refman.pdf  
42333 6941 d 3 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40458 7136 d 9 h ripley /trunk/ clean up and documentation for .ArgsEnv and .GlobalArgsEnv
add check of prototypes for primitives to undoc()
 
31146 7986 d 22 h hornik /trunk/src/library/tools/man/ Add \seealso links to QC.  
21759 8670 d 15 h hornik /trunk/src/library/tools/man/ Use ourselves in the example.  
19065 8883 d 15 h hornik /trunk/src/library/tools/ Have undoc() test for undocumented S4 classes.  
18642 8904 d 16 h hornik /trunk/src/library/tools/ Split computation and output for the QA tools.
Apart from checkAssignFuns(), all functions now return the result of
the check performed in an object of class with name identical to the
name of the respective function, and there are print methods for nicely
displaying these results.
Remove formerly deprecated codoc() option 'keep.tempfiles'.
 
16670 9025 d 12 h hornik /trunk/src/library/ Change .find.package: new argument `verbose' controlling whether warnings
are given about packages found more than once. Argument `use.attached' is
now deprecated. Instead, interpret a `lib.loc' argument of NULL means to
use the default libraries and the attached packages first.
QA tools and functions for library or package index lookup and tools
changed accordingly: these now use NULL as default for `lib.loc'.
 
16493 9039 d 19 h hornik /trunk/ Start new package `tools'; move QA tools there.