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
69385 3969 d 9 h luke /branches/R-NEWSTR/ Create branch for experimenting with alternate STRSXP implementations.  
38854 7290 d 21 h ripley /trunk/ introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
 
38842 7291 d 11 h ripley /trunk/tests/Embedding/ only shutdown devices in cleanup  
38840 7291 d 12 h ripley /trunk/tests/Embedding/ add Windows support.
Do need to clean up at the end, e.g. devices might be up.
 
38673 7313 d 10 h ripley /trunk/tests/Embedding/ clear up style and layout of example code  
29329 8117 d 23 h ripley /trunk/ move main executable to R_HOME/exec/R  
29297 8119 d 14 h ripley /trunk/tests/Embedding/ remove various compilation warnings  
19500 8855 d 10 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
17021 9006 d 1 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().