Package: prettifyAddins
Type: Package
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and
        More
Version: 2.4.0
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"),
      email = "laurent_step@outlook.fr"
    ),
    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"
    )
  )
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
Encoding: UTF-8
Imports: shiny, rstudioapi, tools, xml2, webdriver, XRJulia, httr,
        utils
Suggests: V8, shinythemes, shinyAce, miniUI, testthat
URL: https://github.com/stla/prettifyAddins
BugReports: https://github.com/stla/prettifyAddins/issues
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-25 12:25:37 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)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2022-01-25 13:02:42 UTC
Built: R 4.0.5; ; 2022-04-21 10:00:59 UTC; windows
