Type: Package
Package: languageserver
Title: Language Server Protocol
Version: 0.3.3
Date: 2019-12-20
Author: Randy Lai
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
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
    <https://microsoft.github.io/language-server-protocol> for details.
License: MIT + file LICENSE
URL: https://github.com/REditorSupport/languageserver
Depends: R (>= 3.4.0)
Imports: callr (>= 3.0.0), collections (>= 0.2.0), desc, jsonlite,
        lintr (>= 2.0.0), R6, readr, repr, stringr, styler (>= 1.2.0),
        tools, utils, xml2, xmlparsedata
Suggests: covr, fs, knitr, magrittr, mockery, processx, purrr, testthat
        (>= 2.1.0), withr
ByteCompile: yes
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 6.1.1
Packaged: 2020-01-07 19:55:49 UTC; randy
Repository: CRAN
Date/Publication: 2020-01-08 16:20:02 UTC
