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 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 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://stla.r-universe.dev Date/Publication: 2021-03-06 09:48:47 UTC RemoteUrl: https://github.com/stla/aceeditor RemoteRef: HEAD RemoteSha: a9ab1780f5c24c331dc34d8f6f327297cc67c4ba NeedsCompilation: no Packaged: 2026-07-05 03:19:04 UTC; root 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