Package: shinyMonacoEditor Type: Package Title: The 'Monaco' Editor in 'Shiny' Version: 1.1.0.9000 Authors@R: c( person(given = "Stéphane", family = "Laurent", role = c("aut", "cre"), email = "laurent_step@outlook.fr"), person(given = "Microsoft Corporation", role = c("ctb", "cph"), comment = "Monaco Editor"), person(given = "Brijesh", family = "Brittu", role = c("ctb", "cph"), comment = "monaco-ace-tokenizer"), person(given = "James Long and contributors", role = c("ctb", "cph"), comment = "Prettier"), person(given = "Leandro", family = "Vital", role = c("ctb", "cph"), comment = "Bootstrap Flash Alert"), person(given = "Daniel", family = "Eden", role = c("ctb", "cph"), comment = "animate.css"), person(given = "Adam", family = "Schwartz", role = c("ctb", "cph"), comment = "chrome-tabs"), person(given = "David", family = "DeSandro", role = c("ctb", "cph"), comment = "Draggabilly"), person(given = "JakubPawlowicz.com", role = c("ctb", "cph"), comment = "clean-css"), person(given = "Mihai", family = "Bazon", role = c("ctb", "cph"), comment = "terser"), person(given = 'Juriy "kangax" Zaytsev', role = c("ctb", "cph"), comment = "HTMLMinifier"), person(given = "Rodney", family = "Rehm", role = c("ctb", "cph"), comment = "Sass.js"), person(given = "Rich", family = "Harris", role = c("ctb", "cph"), comment = "svg-parser"), person(given = "Lionel", family = "Tzatzkin", role = c("ctb", "cph"), comment = "scale-that-svg"), person(given = "Andrei", family = "Kashcha", role = c("ctb", "cph"), comment = "panzoom"), person(given = list("Vitaly", "Alex"), family = list("Puzrin", "Kocharin"), role = c("ctb", "cph"), comment = "markdown-it"), person(given = "John", family = "Schlinkert", role = c("ctb", "cph"), comment = "word-wrap"), person(given = "Terence", family = "Eden", role = c("ctb", "cph"), comment = "SuperTinyIcons"), person(given = "www.jeasyui.com", role = c("ctb", "cph"), comment = "EasyUI") ) Description: A 'Shiny' app including the 'Monaco' editor. The 'Monaco' editor is the code editor which powers 'VS Code'. It is particularly well developed for 'JavaScript'. In addition to the 'Monaco' editor features, the app provides prettifiers and minifiers for multiple languages, 'SCSS' and 'TypeScript' compilers, code checking for 'C' and 'C++' (requires 'cppcheck'). URL: https://github.com/stla/shinyMonacoEditor BugReports: https://github.com/stla/shinyMonacoEditor/issues License: GPL-3 Encoding: UTF-8 Imports: shiny Suggests: shinythemes, tools, styler, formatR, uchardet, shinyjqui, xml2 RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://stla.r-universe.dev Date/Publication: 2020-10-21 17:58:20 UTC RemoteUrl: https://github.com/stla/shinymonacoeditor RemoteRef: HEAD RemoteSha: 37a3d145e32d59b7e33044be1f648e5f0fff93d0 NeedsCompilation: no Packaged: 2026-07-07 07:41:51 UTC; root Author: Stéphane Laurent [aut, cre], Microsoft Corporation [ctb, cph] (Monaco Editor), Brijesh Brittu [ctb, cph] (monaco-ace-tokenizer), James Long and contributors [ctb, cph] (Prettier), Leandro Vital [ctb, cph] (Bootstrap Flash Alert), Daniel Eden [ctb, cph] (animate.css), Adam Schwartz [ctb, cph] (chrome-tabs), David DeSandro [ctb, cph] (Draggabilly), JakubPawlowicz.com [ctb, cph] (clean-css), Mihai Bazon [ctb, cph] (terser), Juriy "kangax" Zaytsev [ctb, cph] (HTMLMinifier), Rodney Rehm [ctb, cph] (Sass.js), Rich Harris [ctb, cph] (svg-parser), Lionel Tzatzkin [ctb, cph] (scale-that-svg), Andrei Kashcha [ctb, cph] (panzoom), Vitaly Puzrin [ctb, cph] (markdown-it), Alex Kocharin [ctb, cph] (markdown-it), John Schlinkert [ctb, cph] (word-wrap), Terence Eden [ctb, cph] (SuperTinyIcons), www.jeasyui.com [ctb, cph] (EasyUI) Maintainer: Stéphane Laurent