Create a temporary directory path without a double slash
This function fixes a long standing bug in R where the
tempdir
function will return a path with an
extra slash.
patched_tempdir()
character
; a string representing the temp directory path
without containing a double slash
This function is meant to be used internally. Only use when debugging.
## Not run: patched_tempdir() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.