-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
37 lines (37 loc) · 999 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: storr
Title: Simple Key Value Stores
Version: 1.2.5
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 (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8