-
-
Notifications
You must be signed in to change notification settings - Fork 219
Rcpp-quickrefs issue #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Thanks. Could you try to take a stab at fixing the existing LaTeX markup and try to correct this? |
Hmm. I haven't looked at LaTeX in like 30 years, but sure. |
Needs documentation flag |
43 tasks
Is it okay if I also:
|
Yes, sure. This one may be the most half-baked one of all. |
eddelbuettel
added a commit
that referenced
this issue
Jul 17, 2016
Rcpp-quickref Vignette Updates (Closes #484)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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>
?
The text was updated successfully, but these errors were encountered: