languageserver
package to a separate libraryInstall the languageserver
package to a separate library
languageserver_install(rlsLib = getOption("langserver_library"),
strictLibrary = TRUE, fullReinstall = TRUE, fromGitHub = TRUE,
confirmBeforeInstall = TRUE, dryRun = FALSE, ...)
character(1)
, path to the library where the
languageserver
package will be installed.
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.
logical(1)
. If TRUE
, rlsLib
will be
recursively removed to re-install all the packages cleanly.
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.
logical(1)
if TRUE
, will ask the
user to confirm the steps before installation. For non-interactive
use, FALSE
will skip the confirmation.
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
.
side-effects