yyinstall | R Documentation |
library packages.
yyinstall( ..., names = NULL, dependencies = NA, update = FALSE, version = BiocManager::version() ) yyuninstall(..., names = NULL) yyload(..., names = NULL, show.conflict = TRUE) yyunload(..., names = NULL)
... |
names of pkgs, without the quotes. |
names |
names of pkgs, with the quotes. |
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, |
update |
|
version |
|
show.conflict |
Whether to display conflict information. |
## Not run: yyinstall(ggtext, "ggsci") yyuninstall(ggtext, "ggsci") ## restart R yyload(ggtext, "ggsci") yyunload(ggtext, "ggsci") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.