Description Usage Arguments Details Value
Compare currently packages name with previous list pkg_list
.
1 | pkg_name_changed(startNew = FALSE)
|
startNew |
Default FALSE, compare user's environment with name table shipped with this package, only update difference. If True, build from scratch. |
Use .packages(all.available = TRUE)
to check folder under library
location path lib.loc
. Faster than checking name and version both, but
has more false positives. It's recommended to use this only when scan
packages name and version both is too slow for you.
list(pkg_to_add, pkg_to_remove)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.