-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.44 KB
/
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
45
46
47
48
49
50
51
52
53
54
Type: Package
Package: languageserver
Title: Language Server Protocol
Version: 0.3.16
Date: 2023-08-17
Authors@R:
c(person(given = "Randy",
family = "Lai",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kun",
family = "Ren",
role = "ctb",
email = "[email protected]"))
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.3.0),
fs (>= 1.3.1),
jsonlite (>= 1.6),
lintr (>= 3.0.0),
parallel,
R6 (>= 2.4.1),
roxygen2 (>= 7.0.0),
stringi (>= 1.1.7),
styler (>= 1.5.1),
tools,
utils,
xml2 (>= 1.2.2),
xmlparsedata (>= 1.0.3)
Suggests:
covr (>= 3.4.0),
magrittr (>= 1.5),
mockery (>= 0.4.2),
pacman,
processx (>= 3.4.1),
purrr (>= 0.3.3),
testthat (>= 2.1.0),
withr (>= 2.3.0),
rmarkdown (>= 2.0)
ByteCompile: yes
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3
Config/Needs/development: testthat, magrittr, mockery, purrr, withr, rmarkdown