forked from REditorSupport/languageserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 960 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Type: Package
Package: languageserver
Title: Language Server Protocol
Version: 0.3.1
Date: 2019-9-27
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 (>= 1.0.3),
R6,
readr,
repr,
stringr,
styler (>= 1.0.2),
tools,
utils,
xml2,
xmlparsedata
Suggests:
fs,
knitr,
magrittr,
processx,
purrr,
testthat,
withr
ByteCompile: yes
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1