-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.68 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
Type: Package
Package: prettifyAddins
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and
More
Version: 2.6.1
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("James Long and contributors", role = "cph",
comment = "'Prettier' library"),
person("Zeb", "Zhao", role = "cph",
comment = "'indent.js' library"),
person("Marijn", "Haverbeke", role = "cph",
comment = "'CodeMirror' library"),
person("George", "Leslie-Waksman and other contributors", role = "cph",
comment = "'sql-formatter' library"),
person("Austin", "Cheney", role = "cph",
comment = "'prettydiff' library"),
person("John", "Schlinkert", role = c("ctb", "cph"),
comment = "word-wrap")
)
Description: Provides 'RStudio' addins to prettify 'HTML', 'CSS', 'SCSS',
'JavaScript', 'JSX', 'Markdown', 'C(++)', 'LaTeX', 'Python', 'Julia',
'XML', 'Java', 'JSON', 'Ruby', and to reindent 'C(++)', 'Fortran',
'Java', 'Julia', 'Python', 'SAS', 'Scala', 'Shell', 'SQL' and
"TypeScript". Two kinds of addins are provided: 'Prettify' and
'Indent'. The 'Indent' addins only reindent the code, while the
'Prettify' addins also modify the code, e.g. trailing semi-colons are
added to 'JavaScript' code when they are missing.
License: GPL-3
URL: https://github.com/stla/prettifyAddins
BugReports: https://github.com/stla/prettifyAddins/issues
Imports:
chromote,
httr,
rstudioapi,
shiny,
tools,
utils,
webdriver,
xml2,
XRJulia
Suggests:
miniUI,
shinyAce,
shinythemes,
testthat,
V8
Encoding: UTF-8
RoxygenNote: 7.2.3