The R Project SVN R

Rev

Rev 38673 | Rev 38849 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38673 Rev 38839
Line 3... Line 3...
3
 which embeds R. Here, we generate the error by calling stop().
3
 which embeds R. Here, we generate the error by calling stop().
4
 We also provide an on.exit() also.
4
 We also provide an on.exit() also.
5
 */
5
 */
6
 
6
 
7
#include "embeddedRCall.h"
7
#include "embeddedRCall.h"
8
#include "Startup.h"
8
#include "R_ext/RStartup.h"
9
 
9
 
10
 
10
 
11
int
11
int
12
main(int argc, char *argv[])
12
main(int argc, char *argv[])
13
{
13
{