Package: storr
Title: Simple Key Value Stores
Version: 1.0.1
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.  A vignette shows how additional drivers can be
    created, and stubs exist for supporting 'Redis' databases.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Author: Rich FitzJohn
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Imports: R6 (>= 2.1.0), digest
Suggests: DBI, RSQLite, knitr, microbenchmark, testthat (>= 1.0.0)
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-10 16:20:22 UTC; rich
Repository: CRAN
Date/Publication: 2016-05-11 00:24:16
Built: R 3.2.5; ; 2017-04-20 06:42:45 UTC; windows
