The R Project SVN R

Rev

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

Rev 88581 Rev 90027
Line 22... Line 22...
22
.Library.site
22
.Library.site
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{new}{a character vector with the locations of \R library
25
  \item{new}{a character vector with the locations of \R library
26
    trees.  Tilde expansion (\code{\link{path.expand}}) is done, and if
26
    trees.  Tilde expansion (\code{\link{path.expand}}) is done, and if
27
    any element contains one of \code{*?[}, globbing is done where
27
    any element contains one of \samp{*?[}, globbing is done where
28
    supported by the platform: see \code{\link{Sys.glob}}.}
28
    supported by the platform: see \code{\link{Sys.glob}}.}
29
  \item{include.site}{a logical value indicating whether the value of
29
  \item{include.site}{a logical value indicating whether the value of
30
    \code{.Library.site} should be included in the new set of library
30
    \code{.Library.site} should be included in the new set of library
31
    tree locations.  Defaulting to \code{TRUE}, it is ignored when
31
    tree locations.  Defaulting to \code{TRUE}, it is ignored when
32
    \code{.libPaths} is called without the \code{new} argument.}
32
    \code{.libPaths} is called without the \code{new} argument.}
Line 107... Line 107...
107
  updated value.
107
  updated value.
108
 
108
 
109
  For consistency, the paths are always normalized by
109
  For consistency, the paths are always normalized by
110
  \code{\link{normalizePath}(winslash = "/")}.
110
  \code{\link{normalizePath}(winslash = "/")}.
111
 
111
 
112
  \env{LOCALAPPDATA} (usually \code{C:\\Users\\username\\AppData\\Local}) on
112
  \env{LOCALAPPDATA} (usually \file{C:\\Users\\username\\AppData\\Local}) on
113
  Windows is a hidden directory and may not be viewed by some software. It
113
  Windows is a hidden directory and may not be viewed by some software. It
114
  may be opened by \code{shell.exec(Sys.getenv("LOCALAPPDATA"))}.
114
  may be opened by \code{shell.exec(Sys.getenv("LOCALAPPDATA"))}.
115
}
115
}
116
\value{
116
\value{
117
  A character vector of file paths.
117
  A character vector of file paths.