Package: htmxr Title: Build Modern Web Applications with 'htmx' and 'plumber2' Version: 0.3.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person("Arthur", "Bréant", , "arthur@thinkr.fr", role = c("aut", "cph"), comment = "Original htmxr author"), person("Abiomix FZ LLC", role = c("cph", "fnd"), comment = "Copyright holder and funder of Abiomix contributions") ) Description: A lightweight framework for building server-driven web applications in 'R'. 'htmxr' combines the simplicity of 'htmx' for partial page updates with the power of 'plumber2' for non-blocking HTTP endpoints. Build interactive dashboards and data applications without writing 'JavaScript', using familiar 'R' patterns inspired by 'Shiny'. For more information on 'htmx', see . License: GPL (>= 2) URL: https://github.com/abiomix/abiomix-r-open, https://hyperverse-r.github.io/htmxr/, https://github.com/hyperverse-r/htmxr BugReports: https://github.com/abiomix/abiomix-r-open/issues Depends: R (>= 4.1.0) Imports: htmltools, plumber2 Suggests: dplyr, ggplot2, purrr, svglite, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/abiomix/public-license: GPL-2.0-or-later Config/abiomix/commercial-license: Separate written agreement for Abiomix-owned contributions Config/abiomix/upstream-license: MIT Config/abiomix/license-policy: https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libsodium-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev xz-utils zlib1g-dev libclang-dev Repository: https://abiomix.r-universe.dev Date/Publication: 2026-07-13 08:37:42 UTC RemoteUrl: https://github.com/abiomix/abiomix-r-open RemoteRef: HEAD RemoteSha: dd82290ba296385fcc7d7dfed339886e9deb41a2 RemoteSubdir: packages/htmxr NeedsCompilation: no Packaged: 2026-07-13 11:49:10 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Arthur Bréant [aut, cph] (Original htmxr author), Abiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix contributions) Maintainer: Sounkou Mahamane Toure