File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ requirements to be correctly handled:
326326- Be defined in the global namespace (i.e. not within a C++ namespace declaration)
327327- Have a return type that is either void or compatible with ` Rcpp::wrap `
328328 and parameter types that are compatible with ` Rcpp::as ` (see sections
329- 3.1 and 3.2 of the '\textsl{Rcpp-introduction }' vignette for more details).
329+ 3.1 and 3.2 of the '\textsl{Rcpp-jss-2011 }' vignette for more details).
330330- Use fully qualified type names for the return value and all parameters.
331331 Rcpp types may however appear without a namespace qualifier (i.e.
332332 ` DataFrame ` is okay as a type name but ` std::string ` must be
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ by the \pkg{Rcpp} package and its underlying \proglang{C++} library
9797\proglang{R} and \proglang{C++} integration by replacing the traditional
9898\proglang{R} Application Programming Interface (API) described in
9999`\textsl{Writing R Extensions}' \citep{R: Extensions } with a consistent set of \proglang{C++}
100- classes. The '\textsl{Rcpp-introduction }' vignette \citep{CRAN: Rcpp ,JSS: Rcpp } describes the API and
100+ classes. The '\textsl{Rcpp-jss-2011 }' vignette \citep{CRAN: Rcpp ,JSS: Rcpp } describes the API and
101101provides an introduction to using \pkg{Rcpp}.
102102
103103These \pkg{Rcpp} facilities offer a lot of assistance to the programmer
You can’t perform that action at this time.
0 commit comments