Skip to content

Commit 462914a

Browse files
authored
Merge pull request #845 from rstub/attributes-vignette
Replace back-quotes with straight-quotes in normal text
2 parents 960948d + c2f43b8 commit 462914a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vignettes/Rcpp-attributes.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ moving code from a standalone \proglang{C++} source file to a package:
557557
## Package Creation
558558

559559
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
561561
is most conveniently done using the `Rcpp.package.skeleton` function.
562562

563563
To generate a new package with a simple hello, world function that uses
@@ -686,7 +686,7 @@ inst/include/fastcode.h
686686
This header file will also automatically be included in
687687
`RcppExports.cpp`. Note that the convention of using `.h` for
688688
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}'
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
726726
a mechanism to allow the exporting of \proglang{C} and \proglang{C++}
727727
interfaces 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
732732
top level `include` directory of the package (which within the package

vignettes/Rcpp-modules.Rmd

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

0 commit comments

Comments
 (0)