tools/config/cleanup.R

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)
}

Try the cuml4r package in your browser

Any scripts or data that you put into this service are public.

cuml4r documentation built on July 26, 2021, 9:06 a.m.