Skip to content

Commit 47fca01

Browse files
committed
updated Rmd
1 parent 794e203 commit 47fca01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: vignettes/rmd/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Rcpp-jss-2011.pdf: Rcpp-jss-2011.tex
2222
cp -vax $@ ../pdf
2323

2424
clean:
25-
@rm -rf *.aux *.log *.out *.tex *.pdf Rcpp-introduction_cache Rcpp-libraries_cache pinp.cls Rcpp-jss-2011.bbl Rcpp-jss-2011.blg auto
25+
@rm -rf *.aux *.log *.out *.toc *.tex *.pdf Rcpp-introduction_cache Rcpp-libraries_cache pinp.cls Rcpp-jss-2011.bbl Rcpp-jss-2011.blg auto

Diff for: vignettes/rmd/Rcpp-FAQ.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ and in [Dec 2012](https://stackoverflow.com/a/13783044/143305),
17851785
the rcpp-devel list in [Jun 2013](https://lists.r-forge.r-project.org/pipermail/rcpp-devel/2013-June/006078.html),
17861786
another StackOverflow answer in [Nov 2013](https://stackoverflow.com/a/19829440/143305),
17871787
an early Rcpp Gallery post in [Dec 2013](https://gallery.rcpp.org/articles/plyr-c-to-rcpp/),
1788-
again in on StackOverflow [Dec 2014](https://stackoverflow.com/a/27585789/143305), as well as in
1788+
again on StackOverflow [Dec 2014](https://stackoverflow.com/a/27585789/143305), as well as in
17891789
the 'Advanced R' [first](http://adv-r.had.co.nz/Rcpp.html#stl) and
17901790
[second](https://adv-r.hadley.nz/rcpp.html#stl) editions.
17911791
For emphasis, here is a quote from the [rcpp-devel post](https://lists.r-forge.r-project.org/pipermail/rcpp-devel/2013-June/006078.html):
@@ -1801,6 +1801,6 @@ For emphasis, here is a quote from the [rcpp-devel post](https://lists.r-forge.r
18011801
> stl types and then convert back to R types, which is something we make
18021802
> easy to do.
18031803
1804-
Many code example and package show exactly that approach (as _e.g._ discussed
1804+
Many code examples and packages show exactly that approach (as _e.g._ discussed
18051805
in the [Rcpp Gallery post](https://gallery.rcpp.org/articles/plyr-c-to-rcpp/)).
18061806
Anybody who claims otherwise is (possibly intentionally) misleading.

0 commit comments

Comments
 (0)