languageserver_install: Install the 'languageserver' package to a separate library

Description Usage Arguments Value See Also

View source: R/languageserver_install.R

Description

Install the languageserver package to a separate library

Usage

1
2
3
languageserver_install(rlsLib = getOption("langserver_library"),
  strictLibrary = TRUE, fullReinstall = TRUE, fromGitHub = TRUE,
  confirmBeforeInstall = TRUE, dryRun = FALSE, ...)

Arguments

rlsLib

character(1), path to the library where the languageserver package will be installed.

strictLibrary

logical(1), if TRUE, all the dependencies of languageserver will be installed into rlsLib, otherwise only those that are needed but not present in other libraries in .libPaths() will be installed.

fullReinstall

logical(1). If TRUE, rlsLib will be recursively removed to re-install all the packages cleanly.

fromGitHub

logical(1), if TRUE, will use install-github.me to install the current development version from GitHub. Otherwise install.packages() is used to install the languageserver package from CRAN.

confirmBeforeInstall

logical(1) if TRUE, will ask the user to confirm the steps before installation. For non-interactive use, FALSE will skip the confirmation.

dryRun

logical(1), if TRUE, most actions will only be reported, not taken - nothing will be removed, created or installed.

...

further arguments passed to install.packages() in case fromGitHub is set to FALSE.

Value

side-effects

See Also

utils::install.packages()


languageserversetup documentation built on April 14, 2020, 6:59 p.m.