-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
Description
In the Inline section of the quickrefs sheet, the single quotes in the body aren't single quotes. a copy/paste of the code into R (3.3.0) from the 0.12.5 vignette doesn't work without replacing the quotes.
Additionally, since this is a minor point, I'll add another. In the Important Notes section, it states that many of the examples imply
using namespace Rcpp;
If this is mentioned, shouldn't it also mention that they also imply
#include <Rcpp.h>
?