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
87405 605 d 4 h hornik /trunk/src/library/utils/man/ Use standard keyword.  
87388 606 d 13 h smeyer /trunk/src/library/ markup  
71956 3485 d 10 h ripley /trunk/ update dates  
71883 3492 d 11 h ripley /trunk/src/library/ remove older historical comments  
68948 4005 d 7 h ripley /trunk/src/library/ use https  
64657 4586 d 6 h ripley /trunk/src/ correct/standardize copyright dates  
64284 4630 d 11 h maechler /trunk/src/library/ Formatting cosmetic, simple typos, whitespace etc  
63456 4745 d 14 h ripley /trunk/ add xrefs  
62913 4796 d 10 h ripley /trunk/src/library/ tweak message, give better version of example  
62910 4796 d 15 h ripley /trunk/ updates  
62860 4802 d 3 h murdoch /trunk/ Add checks of foreign function call registration.
Add dontCheck function to suppress these tests, and potentially others.
 
62403 4871 d 14 h ripley /trunk/src/library/utils/man/ stress need for conditional use  
59244 5203 d 12 h ripley /trunk/src/library/utils/man/ missing copyright block
You will almost certainly need utils:: for this to work.
 
59232 5204 d 6 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.