Skip to content

Commit 78408fa

Browse files
committed
correct two references to changed name of jss intro vignette
1 parent a0a4641 commit 78408fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/Rcpp-attributes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vignettes/Rcpp-modules.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
101101
provides an introduction to using \pkg{Rcpp}.
102102

103103
These \pkg{Rcpp} facilities offer a lot of assistance to the programmer

0 commit comments

Comments
 (0)