The R Project SVN R

Rev

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

Rev 71657 Rev 78244
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-2016 The R Core Team.
3
 *  Copyright (C) 2001-2020 The R Core Team.
4
 *
4
 *
5
 *  This header file is free software; you can redistribute it and/or modify
5
 *  This header file 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 71... Line 71...
71
 
71
 
72
 
72
 
73
/*
73
/*
74
  The following definitions are for callbacks to R functions and
74
  The following definitions are for callbacks to R functions and
75
  methods related to user-level tables.  This was implemented in a
75
  methods related to user-level tables.  This was implemented in a
76
  separate package on Omegahat and these declarations allow the package
76
  separate package formerly available from Omegahat and these
77
  to interface to the internal R code.
77
  declarations allow the package to interface to the internal R code.
78
  
78
  
79
  See https://developer.r-project.org/RObjectTables.pdf,
79
  See https://developer.r-project.org/RObjectTables.pdf.
80
  http://www.omegahat.net/RObjectTables/
-
 
81
*/
80
*/
82
 
81
 
83
typedef struct  _R_ObjectTable R_ObjectTable;
82
typedef struct  _R_ObjectTable R_ObjectTable;
84
 
83
 
85
/* Do we actually need the exists() since it is never called but R
84
/* Do we actually need the exists() since it is never called but R