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:
326
326
- Be defined in the global namespace (i.e. not within a C++ namespace declaration)
327
327
- Have a return type that is either void or compatible with ` Rcpp::wrap `
328
328
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).
330
330
- Use fully qualified type names for the return value and all parameters.
331
331
Rcpp types may however appear without a namespace qualifier (i.e.
332
332
` 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
97
97
\proglang{R} and \proglang{C++} integration by replacing the traditional
98
98
\proglang{R} Application Programming Interface (API) described in
99
99
`\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
101
101
provides an introduction to using \pkg{Rcpp}.
102
102
103
103
These \pkg{Rcpp} facilities offer a lot of assistance to the programmer
You can’t perform that action at this time.
0 commit comments