This will check all animovement packages (and their dependencies) for updates and (optionally) install those updates.
Usage
animovement_update(..., install = FALSE, repos = animovement_repos())Arguments
- ...
arguments passed to
animovement_deps.- install
logical.
TRUEwill proceed to install outdated packages, whereasFALSE(recommended) will print the installation command asking you to run it in a clean R session.- repos
the repositories to check against and install from. Defaults to
animovement_repos(), which adds the animovement R-universe togetOption("repos").