Skip to contents
-
detach_package() now warns and continues on unloadNamespace() failure instead of aborting.
-
update_pip_packages() isolates per-package failures and reports a summary (N succeeded, M failed).
-
update_pip_packages(ask=TRUE) no longer hangs in non-interactive sessions; defaults to install with warning.
-
compare_sha() returns "unknown" (not FALSE) when RemoteSha is missing (e.g., CRAN install).
-
get_latest_branch_update() handles empty branch lists gracefully.
-
install_latest_branch() skips packages already at HEAD of their branch.
- Added CRAN dependency gap note recommending
renv for coordinated dependency management.
- Remove dependencies from
tidyverse packages dplyr, tidyr, purrr, magrittr and tibble.
- add suit to update packages.
- Unload packages before installing (#3)