Automated Setup and Auto Run for R Language Server
Add language server initialization to .Rprofile
Detect whether a process relates to the R Language Server
Install the languageserver package to a separate library
Remove language server initialization from .Rprofile
Prepare language server to be started
Allows to install the R 'languageserver' with all dependencies into a separate library and use that independent installation automatically when R is instantiated as a language server process. Useful for making language server seamless to use without running into package version conflicts.
Useful links