Data Science. TileDB. Open Source. Quant Research. R. C++. Debian. Linux. Adjunct Clinical Professor, University of Illinois. Lots of coffee. And some running.
As does version 0.10.1.0.2, released immediately after these issues raised their head. And as stated all it takes to get a micro release from a drat repo is one added parameter : repos="RcppCore.github.io/drat". See the screenshot.
Another `tidyCpp` shoutout goes to `spdlog` by @gabi_melman: the vignette now has a demo (using `RcppSpdlog`) of the difference between "bad" (assign to `SEXP`) and "good" (instantiate) use of `Protect`. (The `spdlog` init could be common in one file, this was easy ...)
#rstats
And the new `tidyCpp` release calls for another shoutout for `minidown` by @Atsushi776 and its 'water' vignette style. Crisp yet small documents, allows for side-by-side code snippets from markdown and more, see cloud.r-project.org/web/pack… for an example.
#rstats
A refinement to yesterday's revision, correcting to 'which="most", recursive="strong"'.
As @edzerpebesma noted, the recursion makes this very expensive *very quickly*. @MattDowle proposes using only 'which="most"' which seems sensible -- see example.
#rstats