Skip to content

Commit 609de02

Browse files
committed
The Rcpp-FAQ.Rnw vignette needs to load Rcpp as well
1 parent 91ae369 commit 609de02

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-04-12 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp-FAQ.Rnw: Also load Rcpp to make cppFunction visible
4+
15
2015-03-18 JJ Allaire <[email protected]>
26

37
* R/Attributes.R: Revert to use of gcc 4.6.3 with Rtools 3.3

vignettes/Rcpp-FAQ.Rnw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<<echo=FALSE,print=FALSE>>=
5050
prettyVersion <- packageDescription("Rcpp")$Version
5151
prettyDate <- format(Sys.Date(), "%B %e, %Y")
52+
require(Rcpp)
5253
require(inline)
5354
require(highlight)
5455
@

0 commit comments

Comments
 (0)