Type: Package Package: fiery Title: A Lightweight and Flexible Web Framework Version: 1.5.0.9000 Authors@R: person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-5147-4711")) Description: A very flexible framework for building server side logic in R. The framework is unopinionated when it comes to how HTTP requests and WebSocket messages are handled and supports all levels of app complexity; from serving static content to full-blown dynamic web-apps. Fiery does not hold your hand as much as e.g. the shiny package does, but instead sets you free to create your web app the way you want. License: MIT + file LICENSE URL: https://fiery.data-imaginist.com, https://github.com/thomasp85/fiery BugReports: https://github.com/thomasp85/fiery/issues Imports: cli, fs, glue, httpuv, later, lifecycle, otel, promises, R6, reqres (>= 1.2.0), rlang (>= 1.1.0), sodium, stats, stringi, utils, yaml Suggests: callr, covr, future, knitr, logger, rmarkdown, testthat (>= 3.3.0), withr VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'loggers.R' 'aaa.R' 'HandlerStack.R' 'Fire.R' 'PromiseStack.R' 'additional_type_checks.R' 'fake_request.R' 'fiery-package.R' 'import-standalone-obj-type.R' 'import-standalone-types-check.R' 'otel.R' 'request_store.R' 'zzz.R' Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libsodium-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2026-01-12 09:40:50 UTC RemoteUrl: https://github.com/thomasp85/fiery RemoteRef: HEAD RemoteSha: 5218907dc8f140efe3801aadeb11e898c6eada19 NeedsCompilation: no Packaged: 2026-06-11 08:22:27 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ) Maintainer: Thomas Lin Pedersen