Package: storr
Title: Simple Key Value Stores
Version: 1.1.0
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 and
    in-memory stores.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Author: Rich FitzJohn
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
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), knitr, mockr, rbenchmark,
        testthat (>= 1.0.0)
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-05-05 15:07:17 UTC; rich
Repository: CRAN
Date/Publication: 2017-05-05 21:23:19 UTC
