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-12-05 15:12:46 UTC; hornik
Repository: CRAN
Date/Publication: 2016-12-05 18:28:48
