Package: aceEditor
Title: The 'Ace' Editor as a HTML Widget
Version: 1.0.1
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"),
      email = "laurent_step@outlook.fr"
    ),
    person(
      "James", "Hrisho",
      role = c("ctb", "cph"),
      comment = "'react-ace' library"
    ),
    person(
      "James Long and contributors",
      role = c("ctb", "cph"),
      comment = "'Prettier' library"
    ),
    person(
      "Zeb", "Zhao",
      role = c("ctb","cph"),
      comment = "'indent.js' library"
    ),
    person(
      "jQuery contributors",
      role = c("ctb", "cph"),
      comment = "'jQuery' library"
    ),
    person(
      list("Tristan", "Limon"), list("Edwards", "Monte"),
      role = c("ctb", "cph"),
      comment = "'sweetalert2' library"
    )
  )
Description: Wraps the 'Ace' editor in a HTML widget. The 'Ace' editor has support for many languages. It can be opened in the viewer pane of 'RStudio', and this provides a second source editor.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: htmltools, htmlwidgets (>= 1.5.3), reactR, rstudioapi, tools
URL: https://github.com/stla/aceEditor
BugReports: https://github.com/stla/aceEditor/issues
NeedsCompilation: no
Packaged: 2021-03-06 10:12:06 UTC; stla
Author: Stéphane Laurent [aut, cre],
  James Hrisho [ctb, cph] ('react-ace' library),
  James Long and contributors [ctb, cph] ('Prettier' library),
  Zeb Zhao [ctb, cph] ('indent.js' library),
  jQuery contributors [ctb, cph] ('jQuery' library),
  Tristan Edwards [ctb, cph] ('sweetalert2' library),
  Limon Monte [ctb, cph] ('sweetalert2' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2021-03-06 10:30:12 UTC
Built: R 4.0.2; ; 2021-03-07 11:33:30 UTC; unix
