diff --git a/R/p_load.R b/R/p_load.R index e22df27..46e884d 100644 --- a/R/p_load.R +++ b/R/p_load.R @@ -53,7 +53,7 @@ p_load <- function (..., char, install = TRUE, update = getOption("pac_update"), update <- FALSE } if (update){ - p_update() + p_update(oldPkgs=packages) } # Attempt to load packages making note of which don't load