install_remotes_no_dep: Returns the specific package from Remotes

Description Usage Arguments Value Examples

View source: R/install_remotes_no_dep.R

Description

Subsets the remotes based on a package

Usage

1
2
3
4
5
6
7
8
9
install_remotes_no_dep(
  path = "DESCRIPTION",
  package = NULL,
  reorder = TRUE,
  drop = TRUE,
  verbose = TRUE,
  mustInstall = FALSE,
  ...
)

Arguments

path

Path to DESCRIPTION file

package

Package to subset. If NULL, then all will be installed

reorder

should remotes be reordered before running

drop

Remotes should be dropped after installing

verbose

Print diagnostic message

mustInstall

should the command run even if install_github fails?

...

arguments to pass to install_github

Value

Character vector of remotes

Output of install_github, indicator of TRUE/FALSE for installation

Examples

1
2
3
4
## Not run: 
  install_remotes_no_dep()

## End(Not run)

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