E.g. dplyr?source means that you want a source package for dplyr. This PR adds parsing and general support for parameters, and also the binary source parameter.
I'll add two more:
[x] reinstall rejects installed packages, forcing a re-install.
[x] nocache rejects cached packages, forcing a re-download.
E.g.
dplyr?source
means that you want a source package for dplyr. This PR adds parsing and general support for parameters, and also the binarysource
parameter.I'll add two more:
reinstall
rejects installed packages, forcing a re-install.nocache
rejects cached packages, forcing a re-download.This fixes https://github.com/r-lib/pak/issues/136