A polite helper for installing and update packages (quite exactly) inspired from a function used by Hadley Wickham at `RStudio::conf 2018 - San Diego`.
please_install(pkgs, install_fun = install.packages, ...)
character vector of package(s) to install
function to use for installing package(s)
further options for install_fun
invisible