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:
557557## Package Creation
558558
559559To 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
561561is most conveniently done using the ` Rcpp.package.skeleton ` function.
562562
563563To generate a new package with a simple hello, world function that uses
@@ -686,7 +686,7 @@ inst/include/fastcode.h
686686This header file will also automatically be included in
687687` RcppExports.cpp ` . Note that the convention of using ` .h ` for
688688header 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}'
690690\citep{R: Extensions }.
691691
692692## Roxygen Comments
@@ -726,7 +726,7 @@ The interface exposed from \proglang{R} packages is most typically a set of
726726a mechanism to allow the exporting of \proglang{C} and \proglang{C++}
727727interfaces using package header files. This is based on the
728728` R_RegisterCCallable ` and ` R_GetCCallable ` functions described in
729- ` \textsl{Writing R Extensions}' \citep{R: Extensions }.
729+ ' \textsl{Writing R Extensions}' \citep{R: Extensions }.
730730
731731\proglang{C++} interfaces to a package are published within the
732732top 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
9696\citep{CRAN: Rcpp ,JSS: Rcpp }. \pkg{Rcpp} smoothes many of the rough edges in
9797\proglang{R} and \proglang{C++} integration by replacing the traditional
9898\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++}
100100classes. The '\textsl{Rcpp-jss-2011}' vignette \citep{CRAN: Rcpp ,JSS: Rcpp } describes the API and
101101provides an introduction to using \pkg{Rcpp}.
102102
You can’t perform that action at this time.
0 commit comments