Publications by romain francois
dplyr tour. 3 next dates
I’m back on the road for 3 dplyr talks. On thursday I’ll be in Lyon for the RLyon meetup. Next week, I’ll be back to Budapest as part of the BI Forum In december, I’ll be in Milano for the MilanoR meeetup. See you there. 3 more dates on my #dplyr autumn tour. Lyon, Budapest, Milano. http://t.co/qemYRgcR8j pic.twitter.com/9KSlUmY6yv...
806 sym 4 img
stricter arguments in Rcpp11/Rcpp14
The way some classes (e.g. NumericVector have been implemented in various R/C++ versions gives us automatic coercion. For example passing an integer vector to a C++ function that has a NumericVector as an argument will coerce the integer vector into a numeric vector automatically. // [[export]] double foo( NumericVector x){ return sum(x) ; ...
1378 sym R (358 sym/4 pcs)
Welcoming C++14
Since last CRAN release of Rcpp11, I’ve started to work on the next iteration of R/C++ support with Rcpp14 by propagating changes to both implementations, e.g. the Strict class that I mentionned in this post. But now, I’m starting to make unique changes to Rcpp14 for things that require C++14, which is the whole point. These should have no e...
1389 sym R (476 sym/2 pcs)