R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
tests
/
Embedding
/
tryEval.c
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
52864
5807 d 4 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
38854
7289 d 12 h
ripley
/trunk/
introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
38842
7290 d 3 h
ripley
/trunk/tests/Embedding/
only shutdown devices in cleanup
38840
7290 d 3 h
ripley
/trunk/tests/Embedding/
add Windows support.
Do need to clean up at the end, e.g. devices might be up.
38673
7312 d 2 h
ripley
/trunk/tests/Embedding/
clear up style and layout of example code
29329
8116 d 14 h
ripley
/trunk/
move main executable to R_HOME/exec/R
29297
8118 d 5 h
ripley
/trunk/tests/Embedding/
remove various compilation warnings
19500
8854 d 2 h
hornik
/trunk/
Use system header file '#include <foo.h>' for R API headers.
17021
9004 d 17 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().