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
33359 7822 d 20 h murdoch /branches/R-noNULLenv/ Create no-NULL-environment branch  
29329 8118 d 7 h ripley /trunk/ move main executable to R_HOME/exec/R  
29297 8119 d 22 h ripley /trunk/tests/Embedding/ remove various compilation warnings  
19500 8855 d 18 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
17021 9006 d 9 h duncan /trunk/ Added R_tryEval() for evaluating expressions from C with error handling guaranteed to return to the calling C routine. Can be used in embedding instead of eval() and handling contexts and long jumps. Basically a simple wrapper around R_ToplevelExec().