Other packages > Find by keyword >

languageserver  

Language Server Protocol
View on CRAN: Click here


Download and install languageserver package within the R console
Install from CRAN:
install.packages("languageserver")

Install from Github:
library("remotes")
install_github("cran/languageserver")

Install by package version:
library("remotes")
install_version("languageserver", "0.3.16")



Attach the package and use:
library("languageserver")
Maintained by
Randy Lai
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-03-01
Latest Update: 2023-08-18
Description:
An implementation of the Language Server Protocol for R. The Language Server protocol is used by an editor client to integrate features like auto completion. See for details.
How to cite:
Randy Lai (2018). languageserver: Language Server Protocol. R package version 0.3.16, https://cran.r-project.org/web/packages/languageserver. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.0 (2018-03-01 10:43), 0.2.0 (2018-04-24 07:44), 0.2.1 (2018-04-24 23:02), 0.2.2 (2018-05-09 06:09), 0.2.3 (2018-06-16 19:29), 0.2.4 (2018-08-27 06:22), 0.2.5 (2018-09-11 00:00), 0.2.6 (2019-02-24 17:20), 0.2.7 (2019-03-07 09:20), 0.2.8 (2019-03-26 06:20), 0.2.9 (2019-03-28 11:00), 0.3.0 (2019-09-09 22:00), 0.3.1 (2019-09-27 21:10), 0.3.2 (2019-10-26 06:40), 0.3.3 (2020-01-08 17:20), 0.3.4 (2020-02-24 11:10), 0.3.5 (2020-03-22 04:50), 0.3.6 (2020-05-25 08:30), 0.3.7 (2020-09-15 07:30), 0.3.8 (2020-12-01 10:20), 0.3.9 (2020-12-18 17:10), 0.3.10 (2021-04-20 06:50), 0.3.11 (2021-07-22 07:30), 0.3.12 (2021-10-19 19:30), 0.3.13 (2022-05-24 12:00), 0.3.14 (2022-10-16 07:30), 0.3.15 (2023-01-06 23:10)
Other packages that cited languageserver R package
View languageserver citation profile
Other R packages that languageserver depends, imports, suggests or enhances
Complete documentation for languageserver
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA