We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ae369 commit 609de02Copy full SHA for 609de02
ChangeLog
@@ -1,3 +1,7 @@
1
+2015-04-12 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * vignettes/Rcpp-FAQ.Rnw: Also load Rcpp to make cppFunction visible
4
5
2015-03-18 JJ Allaire <jj@rstudio.org>
6
7
* R/Attributes.R: Revert to use of gcc 4.6.3 with Rtools 3.3
vignettes/Rcpp-FAQ.Rnw
@@ -49,6 +49,7 @@
49
<<echo=FALSE,print=FALSE>>=
50
prettyVersion <- packageDescription("Rcpp")$Version
51
prettyDate <- format(Sys.Date(), "%B %e, %Y")
52
+require(Rcpp)
53
require(inline)
54
require(highlight)
55
@
0 commit comments