Type: Package
Package: prettifyAddins
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and
        More
Version: 2.5.0
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: httr, rstudioapi, shiny, tools, utils, webdriver, xml2,
        XRJulia
Suggests: miniUI, shinyAce, shinythemes, testthat, V8
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-07-19 11:47:35 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  James Long and contributors [cph] ('Prettier' library),
  Zeb Zhao [cph] ('indent.js' library),
  Marijn Haverbeke [cph] ('CodeMirror' library),
  George Leslie-Waksman and other contributors [cph] ('sql-formatter'
    library),
  Austin Cheney [cph] ('prettydiff' library),
  John Schlinkert [ctb, cph] (word-wrap)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2022-07-19 12:00:06 UTC
Built: R 4.1.3; ; 2023-04-17 17:52:16 UTC; windows
