79135234

Date: 2024-10-28 22:14:03
Score: 1
Natty:
Report link

This github issue discusses the topic : https://github.com/r-lib/callr/issues/172. Here is a workaround usable from within an R session:

Sys.setenv(TMPDIR = "MY TEMP DIRECTORY")
unlink(tempdir(), recursive = TRUE)
tempdir(check = TRUE)
tempdir()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Félix de Carpentier