rcpp-gallery
rcpp-gallery copied to clipboard
Source code for the Rcpp Gallery website
After performing a local build, I noticed that the following R packages were required, but not specified on the ["Local Development Configuration" wiki](https://github.com/RcppCore/rcpp-gallery/wiki/Local-Development-Configuration): * RcppXPtrUtils * Rcereal * nanotime *...
The gallery has a page on subsetting: One "trivial" example is missing: Subsetting with an index range (like R does with `x[10:20]`). There is an answer for that at SO...
### Motivation It is not obvious how to instantiate `DateVector` and `DatetimeVector` using Rcpp in C++ code. Eg. this does not work: `DateVector d = DateVector::create("2010-12-31", "2011-01-01", "2011-05-29");` Currently there...
We still seem to have an explained weirdness in that Modules code does not survive the knitr / jekyll treatment.
@jjallaire Can you spare a few minutes? The CSS formatting has code for `` to increase the point size / font size, but we missed the bulleted lists, see eg...
Suggest adding this to Rcpp gallery: https://gist.github.com/ggrothendieck/53811e2769d0582407ae
@rbresearch I just made a change to the Gallery which causes articles to fail if they stop with an error. After doing this I noticed that the following expression from...