[Rcpp-commits] r914 - / doc papers/rjournal pkg/Rcpp/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 18 15:51:56 CET 2010
Author: edd
Date: 2010-03-18 15:51:56 +0100 (Thu, 18 Mar 2010)
New Revision: 914
Added:
doc/
doc/RcppDocumentation/
Removed:
RcppDocumentation/
Modified:
papers/rjournal/EddelbuettelFrancois.tex
pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
Log:
move RcppDocumentation one level down into doc/
Copied: doc/RcppDocumentation (from rev 910, RcppDocumentation)
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-03-18 10:13:00 UTC (rev 913)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-03-18 14:51:56 UTC (rev 914)
@@ -367,10 +367,10 @@
\item any type for which the \code{wrap} template is partially or fully
specialized.
\end{itemize}
-One example for the specialisation of the templated \code{wrap} function is
-provided in \pkg{RInside} \citep{cran:rinside} by \code{vector< vector<
- double > >} and \code{vector< vector< int > >} which are used for
-representing numeric matrices.
+%One example for the specialisation of the templated \code{wrap} function is
+%provided in \pkg{RInside} \citep{cran:rinside} by \code{vector< vector<
+% double > >} and \code{vector< vector< int > >} which are used for
+%representing numeric matrices.
Wrappability of an object type is resolved at compile time using
modern techniques of template meta programming and class traits.
Modified: pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw 2010-03-18 10:13:00 UTC (rev 913)
+++ pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw 2010-03-18 14:51:56 UTC (rev 914)
@@ -397,10 +397,10 @@
\item any type for which the \code{wrap} template is partially or fully
specialized.
\end{itemize}
-One example for the specialisation of the templated \code{wrap} function is
-provided in \pkg{RInside} \citep{cran:rinside} by \code{vector< vector<
- double > >} and \code{vector< vector< int > >} which are used for
-representing numeric matrices.
+%One example for the specialisation of the templated \code{wrap} function is
+%provided in \pkg{RInside} \citep{cran:rinside} by \code{vector< vector<
+% double > >} and \code{vector< vector< int > >} which are used for
+%representing numeric matrices.
Wrappability of an object type is resolved at compile time using
modern techniques of template meta programming and class traits.
More information about the Rcpp-commits
mailing list