-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
86 lines (86 loc) · 3.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: shinyMonacoEditor
Type: Package
Title: The 'Monaco' Editor in 'Shiny'
Version: 1.1.0.9000
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "laurent_step@outlook.fr"),
person(given = "Microsoft Corporation",
role = c("ctb", "cph"),
comment = "Monaco Editor"),
person(given = "Brijesh",
family = "Brittu",
role = c("ctb", "cph"),
comment = "monaco-ace-tokenizer"),
person(given = "James Long and contributors",
role = c("ctb", "cph"),
comment = "Prettier"),
person(given = "Leandro",
family = "Vital",
role = c("ctb", "cph"),
comment = "Bootstrap Flash Alert"),
person(given = "Daniel",
family = "Eden",
role = c("ctb", "cph"),
comment = "animate.css"),
person(given = "Adam",
family = "Schwartz",
role = c("ctb", "cph"),
comment = "chrome-tabs"),
person(given = "David",
family = "DeSandro",
role = c("ctb", "cph"),
comment = "Draggabilly"),
person(given = "JakubPawlowicz.com",
role = c("ctb", "cph"),
comment = "clean-css"),
person(given = "Mihai",
family = "Bazon",
role = c("ctb", "cph"),
comment = "terser"),
person(given = 'Juriy "kangax" Zaytsev',
role = c("ctb", "cph"),
comment = "HTMLMinifier"),
person(given = "Rodney",
family = "Rehm",
role = c("ctb", "cph"),
comment = "Sass.js"),
person(given = "Rich",
family = "Harris",
role = c("ctb", "cph"),
comment = "svg-parser"),
person(given = "Lionel",
family = "Tzatzkin",
role = c("ctb", "cph"),
comment = "scale-that-svg"),
person(given = "Andrei",
family = "Kashcha",
role = c("ctb", "cph"),
comment = "panzoom"),
person(given = list("Vitaly", "Alex"),
family = list("Puzrin", "Kocharin"),
role = c("ctb", "cph"),
comment = "markdown-it"),
person(given = "John",
family = "Schlinkert",
role = c("ctb", "cph"),
comment = "word-wrap"),
person(given = "Terence",
family = "Eden",
role = c("ctb", "cph"),
comment = "SuperTinyIcons"),
person(given = "www.jeasyui.com",
role = c("ctb", "cph"),
comment = "EasyUI")
)
Description: A 'Shiny' app including the 'Monaco' editor. The 'Monaco' editor is the code editor which powers 'VS Code'. It is particularly well developed for 'JavaScript'. In addition to the 'Monaco' editor features, the app provides prettifiers and minifiers for multiple languages, 'SCSS' and 'TypeScript' compilers, code checking for 'C' and 'C++' (requires 'cppcheck').
URL: https://github.com/stla/shinyMonacoEditor
BugReports: https://github.com/stla/shinyMonacoEditor/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: shiny
Suggests: shinythemes, tools, styler, formatR, uchardet, shinyjqui, xml2
RoxygenNote: 7.1.1