-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.07 KB
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
Package: redux
Title: R Bindings to 'hiredis'
Version: 1.1.5
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"))
Description: A 'hiredis' wrapper that includes support for
transactions, pipelining, blocking subscription, serialisation of
all keys and values, 'Redis' error handling with R errors.
Includes an automatically generated 'R6' interface to the full
'hiredis' API. Generated functions are faithful to the
'hiredis' documentation while attempting to match R's argument
semantics. Serialisation must be explicitly done by the user, but
both binary and text-mode serialisation is supported.
SystemRequirements: hiredis
License: GPL-2
URL: https://github.com/richfitz/redux, https://richfitz.github.io/redux/
BugReports: https://github.com/richfitz/redux/issues
Depends:
R (>= 3.2.0)
Imports:
R6,
storr (>= 1.1.1)
Suggests:
knitr,
rmarkdown,
sys,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/testthat/edition: 3