powered by
Adds infrastructure needed to use the cpp11 package, a header-only R package that helps R package developers handle R objects with C++ code:
Creates src/
src/
Adds cpp11 to DESCRIPTION
DESCRIPTION
Creates src/code.cpp, an initial placeholder .cpp file
src/code.cpp
.cpp
use_cpp11()