Rcpp11 is a header-only C++ library that targets C++11. It has a smaller code base than Rcpp and allows for faster compilation times due to reduced complexity. Rcpp11 introduces C++11 features like uniform initialization for creating NumericVectors and lambda functions that can be used with sapply. It is available on CRAN but evolves quickly, so the latest version should be installed from GitHub. The attributes package on GitHub contains functions for exporting C++ functions to R using attributes.