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. 'Hello' 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 Imports: glue, shiny, shinyAce, shinythemes, shinyjqui, stats RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://stla.r-universe.dev Date/Publication: 2020-09-08 01:03:23 UTC RemoteUrl: https://github.com/stla/html2r RemoteRef: HEAD RemoteSha: 2b80aba690f1742f871f51c890da89e6b2740117 NeedsCompilation: no Packaged: 2026-07-10 09:06:41 UTC; root 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