Package: charpente Title: Seamlessly design robust 'shiny' extensions Version: 0.7.1 Authors@R: c( person( given = "David", family = "Granjon", role = c("aut", "cre"), email = "dgranjon@ymail.com" ), person("John", "Coene", email = "jcoenep@gmail.com", role = "aut"), person( given = "Alan", family = "Dipert", role = "ctb", comment = "Functions from html2r" ), person( given = "Veerle", family = "van Leemput", role = "ctb", email = "veerle@hypebright.nl" ), person(family = "RinteRface", role = "cph"), person(family = "ThinkR", role = "cph", comment = "Some utils from golem") ) Description: 'charpente' eases the creation of 'shiny' extensions like 'shinydashboard', 'bs4Dash', 'shinyMobile'. It provides helpers to quickly set up a relevant package structure, import all external web dependencies (JavaScript, CSS) as well as initialize input/output bindings and custom handlers boilerplates. 'charpente' offers tools to convert HTML code into R to dramatically speed up the development of the template components as well as an high level interface to 'htmltools'. 'charpente' is a chatty package relying on the same principle as 'usethis' and more recently 'golem', that is make ('shiny') developer's life much easier. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: magrittr, XML, stringr, purrr, htmltools, cli, styler, fs, jsonlite, rstudioapi, usethis, rlang, golem (>= 0.2.1), npm, utils, glue, readr, desc, gh Remotes: JohnCoene/npm URL: https://github.com/RinteRface/charpente, https://rinterface.github.io/charpente/ BugReports: https://github.com/RinteRface/charpente/issues Suggests: testthat Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2024-07-18 15:05:09 UTC RemoteUrl: https://github.com/RinteRface/charpente RemoteRef: HEAD RemoteSha: 0faccd8106a98c8a8061cbd6567db9d65e50bf43 NeedsCompilation: no Packaged: 2026-05-28 08:57:50 UTC; root Author: David Granjon [aut, cre], John Coene [aut], Alan Dipert [ctb] (Functions from html2r), Veerle van Leemput [ctb], RinteRface [cph], ThinkR [cph] (Some utils from golem) Maintainer: David Granjon