pak_update {pak} | R Documentation |
Update pak itself
Description
Use this function to update the released or development version of pak.
Usage
pak_update(force = FALSE, stream = c("auto", "stable", "rc", "devel"))
Arguments
force |
Whether to force an update, even if no newer version is available. |
stream |
Whether to update to the
Often there is no release candidate version, then |
Value
Nothing.
[Package pak version 0.7.2 Index]