Description Usage Arguments Examples
Install all dependencies from a package source directory or package source file.
1 2 | install.dependencies(pkg, dependencies = NA, ..., verbose = TRUE,
dry.run = FALSE)
|
pkg |
package name, path or source file |
dependencies |
logical indicating whether to also install
uninstalled packages which these packages depend on/link
to/import/suggest (and so on recursively). Not used if Only supported if The default,
In all of these, |
... |
extra arguments passed to |
verbose |
verbosity level (logical or numeric) |
dry.run |
logical that indicates if one should only return the computed set of
packages and dependencies to install.
If |
1 2 3 4 5 | try( install.dependencies('Matrix', dep = "!", dry.run = TRUE) )
## Not run:
install.dependencies("mypackage_1.0.tar.gz", dry.run=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.