updateRdwd: Update rdwd development version

View source: R/updateRdwd.R

updateRdwdR 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 remotes::install_github()? DEFAULT: NA (changed to TRUE if rmarkdown and knitr are available)

quiet

Suppress version messages and remotes::install output? DEFAULT: FALSE through rdwdquiet()

...

Further arguments passed to remotes::install_github()

Value

data.frame with version information

Author(s)

Berry Boessenkool, berry-b@gmx.de, Nov 2019

See Also

remotes::install_github()

Examples

# updateRdwd()


rdwd documentation built on July 9, 2023, 5:24 p.m.