updateRdwd {rdwd} | R Documentation |
Update rdwd development version
Description
Update rdwd to the latest development version on github, if necessary.
If the version number or date is larger on github,
remotes::install_github()
will be called.
Usage
updateRdwd(
pack = "rdwd",
user = "brry",
vignette = NA,
quiet = rdwdquiet(),
...
)
Arguments
pack |
Name of (already installed) package. DEFAULT: "rdwd" |
user |
Github username. repo will then be user/pack. DEFAULT: "brry" |
vignette |
build_vignettes in |
quiet |
Suppress version messages and |
... |
Further arguments passed to |
Value
data.frame with version information
Author(s)
Berry Boessenkool, berry-b@gmx.de, Nov 2019
See Also
Examples
# updateRdwd()
[Package rdwd version 1.8.0 Index]