Update packages
Details
The function updates all installed packages using the remotes
package.
It allows to exclude package (e.g., because only available in non-public GitHub repo).
Examples
if (FALSE) { # \dontrun{
update_pkgs(exclude = c("pkg_a", "pkg_b"))
} # }