Package: firesale
Title: Datastore for 'fiery' Web Servers
Version: 0.1.0
Authors@R: c(
    person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5147-4711")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Provides a persistent datastore for 'fiery' apps. The datastore is
    build on top of the 'storr' package and can thus be based on a variety of
    backends. The datastore contains both a global and session-scoped section.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, R6, reqres, rlang, storr
Suggests: fiery (>= 1.3.0), later, testthat (>= 3.0.0)
URL: https://github.com/thomasp85/firesale
BugReports: https://github.com/thomasp85/firesale/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-21 11:33:24 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-5147-4711>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Thomas Lin Pedersen <thomas.pedersen@posit.co>
Repository: CRAN
Date/Publication: 2025-08-27 11:20:02 UTC
Built: R 4.5.1; ; 2025-10-29 02:57:07 UTC; windows
