languageserver_startup {languageserversetup}R Documentation

Prepare language server to be started

Description

Prepare language server to be started

Usage

languageserver_startup(rlsLib = getOption("langserver_library"),
  langServerProcessPatt = getOption("langserver_processPatt"),
  strictLibrary = TRUE, os = tolower(Sys.info()[["sysname"]]),
  pid = Sys.getpid())

Arguments

rlsLib

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

langServerProcessPatt

character(1), pattern to recognize the process created by languageserver.

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.

os

character(1), name of the OS, usually retrieved as the "sysname" element of Sys.info, all lowercase.

pid

integer(1), id of the process to investigate, usually retrieved by Sys.getpid

Value

side-effects


[Package languageserversetup version 0.1.2 Index]