Package: storr Title: Simple Key Value Stores Version: 1.2.6 Description: Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system, in-memory and DBI-based database stores. Depends: R (>= 3.3.0) License: MIT + file LICENSE Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person(c("William", "Michael"), "Landau", email = "will.landau@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-1878-3253") )) URL: https://richfitz.github.io/storr/, https://github.com/richfitz/storr BugReports: https://github.com/richfitz/storr/issues Imports: R6 (>= 2.1.0), digest Suggests: DBI (>= 0.6), RSQLite (>= 1.1-2), RPostgres, knitr, mockr, parallel, progress, rbenchmark, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr RoxygenNote: 7.3.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Language: en-GB Repository: https://richfitz.r-universe.dev Date/Publication: 2025-04-16 12:38:11 UTC RemoteUrl: https://github.com/richfitz/storr RemoteRef: HEAD RemoteSha: e9ec51dbfddc7c8101c7023fbf86e7256b8301dd NeedsCompilation: yes Packaged: 2026-06-24 08:48:41 UTC; root Author: Rich FitzJohn [aut, cre], William Michael Landau [ctb] (ORCID: ) Maintainer: Rich FitzJohn