The R Project SVN R

Rev

Rev 87256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87256 Rev 88852
Line 27... Line 27...
27
  usually used is the setting of the environment variable \env{HOME}.
27
  usually used is the setting of the environment variable \env{HOME}.
28
 
28
 
29
  The \sQuote{path names} need not exist nor be valid path names but
29
  The \sQuote{path names} need not exist nor be valid path names but
30
  they do need to be representable in the session encoding.
30
  they do need to be representable in the session encoding.
31
  }
31
  }
32
   \item{On Windows:}{
32
  \item{On Windows:}{
33
  The definition of the \sQuote{home} directory is in the \file{rw-FAQ}
-
 
34
  2.13: it is taken from the \env{R_USER} environment variable (or
33
  The \sQuote{home} directory is taken from the \env{R_USER} environment
35
  possibly \env{HOME} if \env{R_USER} is not set)
34
  variable (or possibly \env{HOME} if \env{R_USER} is not set)
36
  when \code{path.expand} is first called in a session.
35
  when \code{path.expand} is first called in a session.
-
 
36
  See \manual{rw-FAQ}{What are HOME and working directories?}
-
 
37
  for further details.
37
 
38
 
38
  The \sQuote{path names} need not exist nor be valid path names.
39
  The \sQuote{path names} need not exist nor be valid path names.
39
  }
40
  }
40
 }
41
 }
41
}
42
}