drop_remotes: Drop Remotes from DESCRIPTION

Description Usage Arguments Value Examples

View source: R/drop_remotes.R

Description

Reads a DESCRIPTION file, drops the remotes, and then rewrites the DESCRIPTION file

Usage

1
2
3
4
5
6
7
drop_remotes(
  path = "DESCRIPTION",
  drop_remotes = NULL,
  reorder = FALSE,
  verbose = TRUE,
  ...
)

Arguments

path

Path to DESCRIPTION file

drop_remotes

Packages for Remotes to Drop

reorder

Should remotes be reordered after running

verbose

Print diagnostic message

...

if reorder = TRUE then arguments passed to reorder_remotes

Value

Rewrites the DESCRIPTION file without remotes

Examples

1
2
3

muschellij2/ghtravis documentation built on April 1, 2021, 5:22 p.m.