-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.23 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
Package: aceEditor
Title: The 'Ace' Editor as a HTML Widget
Version: 1.0.1
Authors@R: c(
person(
"Stéphane", "Laurent",
role = c("aut", "cre"),
email = "laurent_step@outlook.fr"
),
person(
"James", "Hrisho",
role = c("ctb", "cph"),
comment = "'react-ace' library"
),
person(
"James Long and contributors",
role = c("ctb", "cph"),
comment = "'Prettier' library"
),
person(
"Zeb", "Zhao",
role = c("ctb","cph"),
comment = "'indent.js' library"
),
person(
"jQuery contributors",
role = c("ctb", "cph"),
comment = "'jQuery' library"
),
person(
list("Tristan", "Limon"), list("Edwards", "Monte"),
role = c("ctb", "cph"),
comment = "'sweetalert2' library"
)
)
Description: Wraps the 'Ace' editor in a HTML widget. The 'Ace' editor has support for many languages. It can be opened in the viewer pane of 'RStudio', and this provides a second source editor.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
htmltools,
htmlwidgets (>= 1.5.3),
reactR,
rstudioapi,
tools
URL: https://github.com/stla/aceEditor
BugReports: https://github.com/stla/aceEditor/issues