Hello Gabor,
I’ll take the time to generate some of that as part of announcing the package. If you have specific questions, I’d encourage you to file them as issues on github.
We are already aware that we need documentation:
Depending on which features of Rcpp you are using, the transition should be easy. I am however free from silly compatibility requirements Rcpp suffers from, so I could remove things I felt no longer should be in a modern R/C++ library.
As of now, we do leverage a lot of C++11 internally, e.g. to get away from the code bloat with variadic templates, etc … but this should not really be a concern for users. I’d recommend using Rcpp11 similarly to how you’d use Rcpp and report issues as you go along.
We are close to release, but since a few days I have been on one of these development orgy to simplify Vector and get a better sugar implementation. I’m quite confident I can deliver it in time.
Romain