-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 962 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
38
39
Package: rflow
Type: Package
Title: Flexible R Pipelines with Caching
Version: 0.5.3
Authors@R: c(
person("Mike", "Badescu", email = "[email protected]", role = c("aut", "cre")),
person("Ana-Maria", "Niculescu", role = "aut"),
person("Teodor", "Ciuraru", role = "ctb"),
person("Numeract LLC", role = "cph")
)
Description: Cache function output to prevent re-calculation when called again
with the same arguments. Transformed (rflow) functions can be chained to
create pipelines by avoiding excessive re-hashing.
URL: https://github.com/numeract/rflow
BugReports: https://github.com/numeract/rflow/issues
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Depends:
R (>= 3.4)
Imports:
crayon,
digest,
dplyr,
forcats,
fs,
magrittr,
purrr,
R6,
rlang,
tibble
Suggests:
testthat,
covr,
shiny,
knitr,
rmarkdown
VignetteBuilder: knitr