You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jjallaire edited this page Dec 18, 2012
·
20 revisions
Contributions to the Rcpp Gallery are very welcome. There are two ways to contribute an article:
Fork the Rcpp Gallery website and submit a pull request with your new or updated articles; or
Post your article on the web (e.g. using a Gist) and then submit an issue requesting that we include the article.
In either case, you can choose one of two formats for your article:
Doxygen — A C++ source file annotated with Doxygen comments that are converted into freestanding text when published to the web (for more details see Doxygen-Articles).
R Markdown — A source file that intermixes C++ and R code with markdown formatted text (for more details see R-Markdown-Articles).