User contributions
- 01:41, 3 July 2016 (diff | hist) . . (-22) . . R Native API meeting 2016-06-30 (current)
- 01:35, 3 July 2016 (diff | hist) . . (+74) . . R Native API (current)
- 01:35, 3 July 2016 (diff | hist) . . (+3,988) . . N R Native API meeting 2016-06-30 (Created page with "Informal meeting after the end of the useR! 2016 conference. Participants: Michael Sannella, Torsten Hothorn, Dirk Eddelbuettel, Karl Millar, Simon Urbanek, Mick Jordan, Luka...")
- 18:34, 25 June 2016 (diff | hist) . . (+261) . . R Native API
- 18:34, 25 June 2016 (diff | hist) . . (+7,327) . . N R Native API call 2016-06-20 (Created page with "An initial meeting intended to provide an opportunity to get an overview of everybody's motivation and view on the matter. ==== A round of introductions ==== *Short introduct...") (current)
- 15:27, 20 June 2016 (diff | hist) . . (+40) . . m Initial Survey of API Usage (current)
- 15:22, 20 June 2016 (diff | hist) . . (0) . . m R Native API (reversed order)
- 15:21, 20 June 2016 (diff | hist) . . (+827) . . R Native API
- 15:21, 20 June 2016 (diff | hist) . . (+2,476) . . N Initial Survey of API Usage (Created page with "Using a small Java tool that drives the gcc preprocessor and runs some specialized regex queries yields the following reports on actual usage of the macros, typedefs, variable...")
- 15:20, 20 June 2016 (diff | hist) . . (+336,932) . . N Native API stats of all header files (Created page with "== Input == <pre> #define USE_RINTERNALS #include "Rembedded.h" #include "Rmath.h" #include "libintl.h" #include "R.h" #include "Rinterface.h" #include "Rdefines.h" #include "...") (current)
- 15:20, 20 June 2016 (diff | hist) . . (+110,245) . . N Native API stats of Rinternals.h with USE R INTERNALS (Created page with "== Input == <pre> #define USE_RINTERNALS #include "Rinternals.h" </pre> == Result == <pre> #define ANYSXP 18 // ANYSXP used 14 time...") (current)
- 15:20, 20 June 2016 (diff | hist) . . (+99,575) . . N Native API stats of Rinternals.h without USE R INTERNALS (Created page with "== Input == <pre> #include "Rinternals.h" </pre> == Result == <pre> #define ANYSXP 18 // ANYSXP used 14 times in RPostgreSQL, Rcpp1...") (current)
- 15:20, 20 June 2016 (diff | hist) . . (+21,120) . . N Native API stats of R.h (Created page with "== Input == <pre> #include "R.h" </pre> == Result == <pre> #define Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) // Calloc used 5657 times in 240 packages #defin...") (current)
- 09:04, 13 June 2016 (diff | hist) . . (+533) . . R Native API