The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
62913 4797 d 17 h ripley /trunk/src/library/ tweak message, give better version of example  
62910 4797 d 22 h ripley /trunk/ updates  
62860 4803 d 10 h murdoch /trunk/ Add checks of foreign function call registration.
Add dontCheck function to suppress these tests, and potentially others.
 
62403 4872 d 21 h ripley /trunk/src/library/utils/man/ stress need for conditional use  
59244 5204 d 19 h ripley /trunk/src/library/utils/man/ missing copyright block
You will almost certainly need utils:: for this to work.
 
59232 5205 d 13 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.