File: cleanup.R

package info (click to toggle)
r-cran-rcppparallel 5.1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 544 kB
  • sloc: cpp: 1,848; sh: 19; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7

# Clean up files generated during configuration here.
# Use 'remove_file()' to remove files generated during configuration.

unlink("src/tbb/build/lib_release", recursive = TRUE)
unlink("inst/lib",  recursive = TRUE)
unlink("inst/libs", recursive = TRUE)