File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ moving code from a standalone \proglang{C++} source file to a package:
557
557
## Package Creation
558
558
559
559
To create a package that is based on \pkg{Rcpp} you should follow the
560
- guidelines in the ` \textsl{Rcpp-package}' vignette. For a new package this
560
+ guidelines in the ' \textsl{Rcpp-package}' vignette. For a new package this
561
561
is most conveniently done using the ` Rcpp.package.skeleton ` function.
562
562
563
563
To generate a new package with a simple hello, world function that uses
@@ -686,7 +686,7 @@ inst/include/fastcode.h
686
686
This header file will also automatically be included in
687
687
` RcppExports.cpp ` . Note that the convention of using ` .h ` for
688
688
header files containing C++ code may seem unnatural, but this comes from the
689
- recommended practices described in ` \textsl{Writing R Extensions}'
689
+ recommended practices described in ' \textsl{Writing R Extensions}'
690
690
\citep{R: Extensions }.
691
691
692
692
## Roxygen Comments
@@ -726,7 +726,7 @@ The interface exposed from \proglang{R} packages is most typically a set of
726
726
a mechanism to allow the exporting of \proglang{C} and \proglang{C++}
727
727
interfaces using package header files. This is based on the
728
728
` R_RegisterCCallable ` and ` R_GetCCallable ` functions described in
729
- ` \textsl{Writing R Extensions}' \citep{R: Extensions }.
729
+ ' \textsl{Writing R Extensions}' \citep{R: Extensions }.
730
730
731
731
\proglang{C++} interfaces to a package are published within the
732
732
top level ` include ` directory of the package (which within the package
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ by the \pkg{Rcpp} package and its underlying \proglang{C++} library
96
96
\citep{CRAN: Rcpp ,JSS: Rcpp }. \pkg{Rcpp} smoothes many of the rough edges in
97
97
\proglang{R} and \proglang{C++} integration by replacing the traditional
98
98
\proglang{R} Application Programming Interface (API) described in
99
- ` \textsl{Writing R Extensions}' \citep{R: Extensions } with a consistent set of \proglang{C++}
99
+ ' \textsl{Writing R Extensions}' \citep{R: Extensions } with a consistent set of \proglang{C++}
100
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
You can’t perform that action at this time.
0 commit comments