Clear temporary dir
list_temp_files()
remove_temp_files(ask = TRUE)
Whether to promote.
The temporary files might be used by the running/pending jobs. Deleting them would affect some jobs. You should better delete them after all jobs are done.
# \dontrun{
list_temp_files()
#> Error in list_temp_files(): Temporary files can only be detected on the same file system as submission nodes.
# }