File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4334,14 +4334,14 @@ Default: false (but true for CRAN submission checks).
43344334@item _R_CHECK_THINGS_IN_TEMP_DIR_
43354335Check and report at the end of the check run if files would have been
43364336left in the temporary directory (usually @file {/tmp } on a Unix-alike).
4337- It does this by setting the environment variable @env {TEMPDIR } to a
4337+ It does this by setting the environment variable @env {TMPDIR } to a
43384338subdirectory of the @R {} session directory for the @code {check } process:
43394339if any files or directories are left there they are removed. Since some
43404340of these might be out of the user's control, environment variable
43414341@env {_R_CHECK_THINGS_IN_TEMP_DIR_EXCLUDE_ } can specify an (extended
43424342regex) pattern of file paths not to be reported -- CRAN uses
43434343@samp {^ompi. } for directories left behind by @I {OpenMPI }. There are rare
4344- instances where @env {TEMPDIR } is not respected and so files are left in
4344+ instances where @env {TMPDIR } is not respected and so files are left in
43454345@file {/tmp } (and not reported, but see the next item): one example is
43464346@file {/tmp/boost_interprocess } on some OSes.
43474347@c macOS is one.
You can’t perform that action at this time.
0 commit comments