Learn R Programming

rdwd (version 1.3.1)

updateRdwd: 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 = TRUE, quiet = FALSE, ...)

Arguments

pack

Name of (already installed) package. DEFAULT: "rdwd"

user

Github username. repo will then be user/pack. DEFAULT: "brry"

vignette

build_vignettes in remotes::install_github? DEFAULT: TRUE

quiet

Suppress version messages and remotes::install output? DEFAULT: FALSE

Further arguments passed to remotes::install_github

Value

data.frame with version information

See Also

help, remotes::install_github

Examples

Run this code
# NOT RUN {
# updateRdwd()

# }

Run the code above in your browser using DataLab