[Rcpp-commits] r388 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 17 04:24:25 CET 2010
Author: edd
Date: 2010-01-17 04:24:21 +0100 (Sun, 17 Jan 2010)
New Revision: 388
Modified:
papers/rjournal/EddelbuettelFrancois.bib
papers/rjournal/EddelbuettelFrancois.tex
Log:
added DTL's paper
Modified: papers/rjournal/EddelbuettelFrancois.bib
===================================================================
--- papers/rjournal/EddelbuettelFrancois.bib 2010-01-17 01:33:15 UTC (rev 387)
+++ papers/rjournal/EddelbuettelFrancois.bib 2010-01-17 03:24:21 UTC (rev 388)
@@ -63,6 +63,16 @@
url = {http://CRAN.R-project.org/package=inline},
}
+ at Article{templelang09:rgcctranslationunit,
+ author = {Duncan {Temple Lang}},
+ title = {Working with meta-data from {C/C++} code in {R}: the {RGCCTranslationUnit} package},
+ journal = {Computational Statistics},
+ year = 2009,
+ volume = 24,
+ number = 2,
+ pages = {283-293},
+ month = {May}}
+
@Manual{eddelbuettelkhan09:rquantlib,
title = {RQuantLib: {R} interface to the {QuantLib} library},
author = {Dirk Eddelbuettel and Khanh Nguyen},
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-01-17 01:33:15 UTC (rev 387)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-01-17 03:24:21 UTC (rev 388)
@@ -72,7 +72,7 @@
\cite{batesdebroy01:cppclasses}. \cite{javagailemanly07:r_cpp}, in an
unpublished paper, express several ideas that are close to some of our
approaches, though not yet fully fleshed out.
-
+%
The \pkg{Rserve} package \citep{cran:Rserve} was another early approach,
going back to 2002. However its focus in on provided a binary R server for a
C++ client was simply clients. That said, its C++ use also wrapped R object
@@ -97,7 +97,11 @@
% new more comfortable furnitures ?
The code based is therefore concerns with all aspects of the R interpreter,
REPL loop, threading --- and object interchange between R and C++ is but one part.
-
+%
+Another slightly different angle is offered by
+\cite{templelang09:rgcctranslationunit} who uses compiler output for
+references on the code in order to add bindings and wrappers.
+%
Lastly, the \pkg{RcppTemplate} package \citep{samperi09:rcpptemplate}
recently introduced a few new ideas yet decided to decided to break with the
`classic \pkg{Rcpp}' API.
More information about the Rcpp-commits
mailing list