Package: storr
Title: Simple Key Value Stores
Version: 1.0.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.  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
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-20 21:00:20 UTC; rich
Repository: CRAN
Date/Publication: 2016-01-20 23:46:53
