Package: html2R
Type: Package
Title: Convert 'HTML' to 'R' with a 'Shiny' App
Version: 0.1.0
Authors@R: c(
    person("Stéphane", "Laurent", email = "laurent_step@outlook.fr", role = c("aut","cre")),
    person("Chris", "Andrejewski", role = c("ctb","cph"), comment = "'Himalaya' library"),
    person("Boniface", "Pereira", role = c("ctb","cph"), comment = "'jquery-confirm' library"),
    person("Mario", "Heiderich", role = c("ctb","cph"), comment = "'DOMPurify' library")
  )
Description: Provides a 'Shiny' app allowing to convert 'HTML' code to 'R' code (e.g. '<span>Hello</span>' to 'tags$span("Hello")'), for usage in a 'Shiny' UI.
URL: https://github.com/stla/html2R
BugReports: https://github.com/stla/html2R/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: glue, shiny, shinyAce, shinythemes, shinyjqui, stats
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-08 01:04:33 UTC; stla
Author: Stéphane Laurent [aut, cre],
  Chris Andrejewski [ctb, cph] ('Himalaya' library),
  Boniface Pereira [ctb, cph] ('jquery-confirm' library),
  Mario Heiderich [ctb, cph] ('DOMPurify' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2020-09-15 09:50:02 UTC
Built: R 4.2.0; ; 2022-03-22 21:41:57 UTC; unix
