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 5808 d 20 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
50414 6102 d 4 h ripley /trunk/src/library/ remove more comment-only likes  
49733 6159 d 1 h maechler /trunk/ methods::trySilent() is deprecated, for try(*, silent=TRUE) and tryCatch(...)  
49719 6160 d 1 h maechler /trunk/ replace methods' oldstyle trySilent() by a simple tryCatch() wrapper (in base). + Some docu cosmetics  
42333 6942 d 1 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40804 7093 d 17 h luke /trunk/ Revised try() to use tryCatch().  
34567 7725 d 16 h maechler /trunk/src/library/base/man/ rearrange the "\dontrun{}" s to give more useful output  
33350 7822 d 23 h hornik /trunk/src/library/base/man/ Add and use \alias{conditions}.  
33287 7827 d 2 h hornik /trunk/src/library/base/man/ Add and use \alias{condition}.  
33204 7833 d 14 h hornik /trunk/ New function message() for simple diagnostic messages.  
30180 8057 d 14 h pd /trunk/ branch update  
26627 8323 d 19 h ripley /trunk/ branch update  
26355 8346 d 19 h luke /trunk/src/library/base/man/ Added note on user interrupt signaling an interrupt condition.  
25649 8391 d 16 h hornik /trunk/src/library/base/ Cosmetics.  
25553 8396 d 21 h hornik /trunk/src/library/base/man/ Use \method{}{} for S3 methods in \usage.  
25527 8398 d 16 h luke /trunk/src/library/base/ Added R level support and docs for condition system.