Runs a packages roulette
Arguments
- time
How long in seconds the roulette runs. It will increasingly speed up.
- n
number of packages in the roulette, packages are selected with
utils::available.packages()
. Ignored ifpkgs=
is given.- pkgs
Packages to show in the roulette.
- cols
colors. The default is to pick
n
colors from the built-ingrDevices::colors()
.