Prepare language server to be started
languageserver_startup(rlsLib = getOption("langserver_library"),
langServerProcessPatt = getOption("langserver_processPatt"),
strictLibrary = TRUE, os = tolower(Sys.info()[["sysname"]]),
pid = Sys.getpid())
character(1)
, path to the library where the
languageserver
package will be installed.
character(1)
, pattern to
recognize the process created by languageserver
.
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.
character(1)
, name of the OS, usually retrieved
as the "sysname"
element of Sys.info
, all lowercase.
integer(1)
, id of the process to investigate,
usually retrieved by Sys.getpid
side-effects