pkg_name_changed: Scan package changes by name only

Description Usage Arguments Details Value

Description

Compare currently packages name with previous list pkg_list.

Usage

1
pkg_name_changed(startNew = FALSE)

Arguments

startNew

Default FALSE, compare user's environment with name table shipped with this package, only update difference. If True, build from scratch.

Details

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.

Value

list(pkg_to_add, pkg_to_remove)


dracodoc/namebrowser documentation built on May 15, 2019, 1:52 p.m.