for (x in c("Makevars", "Makefile", "CMakeCache.txt", "CMakeFiles", "cmake_install.cmake", "CMakeLists.txt", "*.o", "*.so")) {
unlink(file.path("src", x), recursive = TRUE, expand = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.