Based on options() settings provides an option to download latest package versions from the branch
Usage
init_metapip(exclude = NA, ask = TRUE, answer = 1)
update_pip_packages(exclude = NA, ask = TRUE, answer = 1)
Arguments
- exclude
character: packages to exclude from attaching. if [getwd] is one of the core PIP packages, that package will be excluded be default. To avoid that, set exclude to `NULL`.
- ask
logical. Ask the user if she wants to install outdated packages. Default TRUE
- answer
numeric: Developers argument. Only works for demonstration purposes.