Skip to content

Commit 439d134

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88115 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 02577c5 commit 439d134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/R-ints.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,14 +4334,14 @@ Default: false (but true for CRAN submission checks).
43344334
@item _R_CHECK_THINGS_IN_TEMP_DIR_
43354335
Check and report at the end of the check run if files would have been
43364336
left 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
43384338
subdirectory of the @R{} session directory for the @code{check} process:
43394339
if any files or directories are left there they are removed. Since some
43404340
of these might be out of the user's control, environment variable
43414341
@env{_R_CHECK_THINGS_IN_TEMP_DIR_EXCLUDE_} can specify an (extended
43424342
regex) 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.

0 commit comments

Comments
 (0)