The R Project SVN R

Rev

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

Rev 14948 Rev 19500
Line 2... Line 2...
2
 Tests the R error handling in an application
2
 Tests the R error handling in an application
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 "R.h"
7
#include <R.h>
8
#include "Rdefines.h"
8
#include <Rdefines.h>
9
 
9
 
10
#include "Startup.h"
10
#include "Startup.h"
11
 
11
 
12
#include "embeddedRCall.h"
12
#include "embeddedRCall.h"
13
 
13