Package: shinyMonacoEditor
Type: Package
Title: The 'Monaco' Editor in 'Shiny'
Version: 1.1.0
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
LazyData: true
Imports: shiny
Suggests: shinythemes, tools, styler, formatR, uchardet, shinyjqui,
        xml2
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-14 13:14:35 UTC; stla
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 <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2020-10-14 13:30:03 UTC
Built: R 4.1.0; ; 2021-05-27 15:24:55 UTC; unix
