The R Project SVN R

Rev

Rev 26326 | Rev 31828 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26326 Rev 27447
Line 39... Line 39...
39
  otherwise \code{"/tmp"}.
39
  otherwise \code{"/tmp"}.
40
#endif
40
#endif
41
#ifdef windows
41
#ifdef windows
42
  By default, \code{tempdir()} gives a subdirectory of the first found
42
  By default, \code{tempdir()} gives a subdirectory of the first found
43
  of the environment variables \env{TMP}, \env{TEMP} and \env{R\_USER}
43
  of the environment variables \env{TMP}, \env{TEMP} and \env{R\_USER}
44
  (see \code{\link{Rconsole}}) which points to a writeable directory.
44
  (see \code{\link[utils]{Rconsole}}) which points to a writeable directory.
45
  If the path to the directory contains a space in any of the
45
  If the path to the directory contains a space in any of the
46
  components, the path returned will use the shortnames version of the
46
  components, the path returned will use the shortnames version of the
47
  path.
47
  path.
48
#endif
48
#endif
49
}
49
}