| Install {svMisc} | R Documentation |
An easy package installation function that pairs with package()
Description
This is similar to install.packages(), except it takes by
default the list of packages from .packages_to_install in
SciViews:TempEnv. That list is populated automatically by infructuous calls
to package(), so that just a call to Install() without arguments is
generally sufficient.
Usage
Install(pkgs = get_temp(".packages_to_install"), ..., ask = TRUE)
Arguments
pkgs |
The list of packages to install (character vector). If missing,
the list is read from |
... |
Further arguments passed to |
ask |
If |
Value
Returns TRUE in case of success, FALSE otherwise. The function is
invoked for its side-effect of installing R packages.
See Also
[Package svMisc version 1.2.3 Index]