File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 2016-07-15 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * vignettes/Rcpp-FAQ.Rnw: Also point to Rcpp-attributes in Question 1
4+
152016-07-13 Dirk Eddelbuettel <edd@debian.org>
26
37 * NAMESPACE: Add import for glob2rx to please R CMD check
Original file line number Diff line number Diff line change @@ -77,13 +77,15 @@ require(highlight)
7777
7878If you have \pkg {Rcpp} installed, please execute the following command in \proglang {R}
7979to access the introductory vignette (which is a variant of the \citet {JSS:Rcpp }
80- paper) for a detailed introduction:
80+ paper) for a detailed introduction, ideally followed by at least the
81+ Rcpp Attributes \citep {CRAN:Rcpp:Attributes } vignette:
8182
8283<<eval =FALSE >>=
8384vignette(" Rcpp-introduction" )
85+ vignette(" Rcpp-attributes" )
8486@
8587
86- If you do not have \pkg {Rcpp} installed, the document should also be available
88+ If you do not have \pkg {Rcpp} installed, these documents should also be available
8789whereever you found this document, \textsl {i.e.,} on every mirror of CRAN site.
8890
8991\subsection {What do I need ? }
You can’t perform that action at this time.
0 commit comments