Package: prettifyAddins
Type: Package
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and
        More
Version: 2.0.0
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"),
      email = "laurent_step@outlook.fr"
    ),
    person(
      "James Long and contributors",
      role = c("ctb", "cph"),
      comment = "'Prettier' library"
    ),
    person(
      "Zeb", "Zhao",
      role = c("ctb","cph"),
      comment = "'indent.js' library"
    ),
    person(
      "Marijn", "Haverbeke",
      role = c("ctb", "cph"),
      comment = "'CodeMirror' 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' and 'SQL'. 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
LazyData: true
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.1
NeedsCompilation: no
Packaged: 2020-11-02 23:04:00 UTC; stla
Author: Stéphane Laurent [aut, cre],
  James Long and contributors [ctb, cph] ('Prettier' library),
  Zeb Zhao [ctb, cph] ('indent.js' library),
  Marijn Haverbeke [ctb, cph] ('CodeMirror' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2020-11-05 10:50:03 UTC
