-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1016 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
Package: box.lsp
Title: Provides 'box' Compatibility for 'languageserver'
Version: 0.1.3
Authors@R:
c(
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "opensource+rodrigo@appsilon.com"),
person("Pavel", "Demin", role = "aut", email = "pavel.demin@appsilon.com"),
person("Jakub", "Nowicki", role = "aut", email = "kuba@appsilon.com"),
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
Description: A 'box' compatible custom language parser for the 'languageserver' package to provide
completion and signature hints in code editors.
URL: https://github.com/Appsilon/box.lsp, https://appsilon.github.io/box.lsp/
BugReports: https://github.com/Appsilon/box.lsp/issues
License: LGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
box,
cli,
fs,
rlang
Suggests:
languageserver,
lintr,
magrittr,
mockery,
purrr,
rprojroot,
stringi,
stringr,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3