The R Project SVN R

Rev

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

Rev 88907 Rev 90246
Line 116... Line 116...
116
  override this.
116
  override this.
117
 
117
 
118
  Packages are not by default installed keeping the source formatting
118
  Packages are not by default installed keeping the source formatting
119
  (see the \code{keep.source} argument to \code{\link{source}}): this
119
  (see the \code{keep.source} argument to \code{\link{source}}): this
120
  can be enabled by the option \option{--with-keep.source} or by setting
120
  can be enabled by the option \option{--with-keep.source} or by setting
121
  environment variable \env{R_KEEP_PKG_SOURCE} to \code{yes}.
121
  environment variable \env{R_KEEP_PKG_SOURCE} to \samp{yes}.
122
 
122
 
123
  Specifying the \option{--install-tests} option copies the contents
123
  Specifying the \option{--install-tests} option copies the contents
124
  of the \file{tests} directory into the package installation. If the
124
  of the \file{tests} directory into the package installation. If the
125
  \env{R_ALWAYS_INSTALL_TESTS} environment variable is set to a true
125
  \env{R_ALWAYS_INSTALL_TESTS} environment variable is set to a true
126
  value, the tests will be installed even if \option{--install-tests} is
126
  value, the tests will be installed even if \option{--install-tests} is
Line 198... Line 198...
198
  \code{\link{update.packages}} for automatic update of packages using
198
  \code{\link{update.packages}} for automatic update of packages using
199
  the Internet or a local repository.
199
  the Internet or a local repository.
200
 
200
 
201
  The Chapter \manual{R-admin}{Add-on packages}
201
  The Chapter \manual{R-admin}{Add-on packages}
202
  and the Chapter \manual{R-exts}{Creating R packages}.
202
  and the Chapter \manual{R-exts}{Creating R packages}.
203
 
-
 
-
 
203
  The manuals are accessible \emph{via}
204
#ifdef windows
204
#ifdef windows
205
  (on the Help menu in \code{RGui}),
205
  the Help menu in \I{RGui},
206
#endif
206
#endif
207
  \emph{via} \code{\link{RShowDoc}} or in the \file{doc/manual}
207
  \code{\link{RShowDoc}} or in the \file{manual}
208
  subdirectory of the \R source tree.
208
  subdirectory of \code{\link{R.home}("doc")}.
209
}
209
}
210
\keyword{utilities}
210
\keyword{utilities}