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
71686 3533 d 7 h maechler /branches/tools4pkgs/ Create tools 4 packages branch  
68948 4006 d 4 h ripley /trunk/src/library/ use https  
64657 4587 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
64284 4631 d 8 h maechler /trunk/src/library/ Formatting cosmetic, simple typos, whitespace etc  
63456 4746 d 11 h ripley /trunk/ add xrefs  
62913 4797 d 7 h ripley /trunk/src/library/ tweak message, give better version of example  
62910 4797 d 12 h ripley /trunk/ updates  
62860 4803 d 0 h murdoch /trunk/ Add checks of foreign function call registration.
Add dontCheck function to suppress these tests, and potentially others.
 
62403 4872 d 11 h ripley /trunk/src/library/utils/man/ stress need for conditional use  
59244 5204 d 9 h ripley /trunk/src/library/utils/man/ missing copyright block
You will almost certainly need utils:: for this to work.
 
59232 5205 d 3 h jmc /trunk/src/library/ 1. add the function globalVariables() to utils, to record declarations of global variables
2. the check tool queries globalVariables() and passes anything found on to codetools
3. the reference class code in methods uses globalVarialbes() to avoid spurious complaints about fields and methods in method definitions.