Package: storr
Title: Simple Key Value Stores
Version: 1.2.4
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
LazyData: true
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://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 (>= 1.0.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2020-10-12 08:00:27 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre],
  William Michael Landau [ctb] (<https://orcid.org/0000-0003-1878-3253>)
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-12 08:30:02 UTC
