Type: Package
Package: languageserver
Title: Language Server Protocol
Version: 0.3.5
Date: 2020-03-20
Authors@R: 
    c(person(given = "Randy",
             family = "Lai",
             role = c("aut", "cre"),
             email = "randy.cs.lai@gmail.com"),
      person(given = "Kun",
             family = "Ren",
             role = "ctb",
             email = "mail@renkun.me"))
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.3), desc (>= 1.2.0), fs
        (>= 1.3.1), jsonlite (>= 1.6), lintr (>= 2.0.0), R6 (>= 2.4.1),
        repr (>= 1.1.0), stringi (>= 1.1.7), styler (>= 1.2.0), tools,
        utils, xml2 (>= 1.2.2), xmlparsedata (>= 1.0.3)
Suggests: covr (>= 3.4.0), magrittr (>= 1.5), mockery (>= 0.4.2),
        processx (>= 3.4.1), purrr (>= 0.3.3), testthat (>= 2.1.0),
        withr (>= 2.1.2)
ByteCompile: yes
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.1.0
Packaged: 2020-03-20 09:56:50 UTC; randy
Author: Randy Lai [aut, cre],
  Kun Ren [ctb]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-22 03:50:02 UTC
