-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
30 lines (30 loc) · 995 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
Package: redux
Title: R Bindings to 'hiredis'
Version: 1.1.4
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"))
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
BugReports: https://github.com/richfitz/redux/issues
Depends:
R (>= 3.2.0)
Imports:
R6,
storr (>= 1.1.1)
Suggests:
knitr,
rmarkdown,
sys,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Encoding: UTF-8