Skip to content

Commit a4de77f

Browse files
committed
mention Rcpp-attributes vignette in FAQ question 1
1 parent 67cbe48 commit a4de77f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-07-15 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp-FAQ.Rnw: Also point to Rcpp-attributes in Question 1
4+
15
2016-07-13 Dirk Eddelbuettel <[email protected]>
26

37
* NAMESPACE: Add import for glob2rx to please R CMD check

vignettes/Rcpp-FAQ.Rnw

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,15 @@ require(highlight)
7777

7878
If you have \pkg{Rcpp} installed, please execute the following command in \proglang{R}
7979
to 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>>=
8384
vignette("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
8789
whereever you found this document, \textsl{i.e.,} on every mirror of CRAN site.
8890

8991
\subsection{What do I need ?}

0 commit comments

Comments
 (0)