| Line 1... |
Line 1... |
| 1 |
/*
|
1 |
/*
|
| 2 |
* R : A Computer Language for Statistical Data Analysis
|
2 |
* R : A Computer Language for Statistical Data Analysis
|
| 3 |
* Copyright (C) 2001-2 The R Core Team.
|
3 |
* Copyright (C) 2001-2016 The R Core Team.
|
| 4 |
*
|
4 |
*
|
| 5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
| 6 |
* it under the terms of the GNU Lesser General Public License as published by
|
6 |
* it under the terms of the GNU Lesser General Public License as published by
|
| 7 |
* the Free Software Foundation; either version 2.1 of the License, or
|
7 |
* the Free Software Foundation; either version 2.1 of the License, or
|
| 8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
| Line 70... |
Line 70... |
| 70 |
The following definitions are for callbacks to R functions and
|
70 |
The following definitions are for callbacks to R functions and
|
| 71 |
methods related to user-level tables. This was implemented in a
|
71 |
methods related to user-level tables. This was implemented in a
|
| 72 |
separate package on Omegahat and these declarations allow the package
|
72 |
separate package on Omegahat and these declarations allow the package
|
| 73 |
to interface to the internal R code.
|
73 |
to interface to the internal R code.
|
| 74 |
|
74 |
|
| 75 |
See http://developer.r-project.org/RObjectTables.pdf,
|
75 |
See https://developer.r-project.org/RObjectTables.pdf,
|
| 76 |
http://www.omegahat.net/RObjectTables/
|
76 |
http://www.omegahat.net/RObjectTables/
|
| 77 |
*/
|
77 |
*/
|
| 78 |
|
78 |
|
| 79 |
typedef struct _R_ObjectTable R_ObjectTable;
|
79 |
typedef struct _R_ObjectTable R_ObjectTable;
|
| 80 |
|
80 |
|