-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.09 KB
/
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
Type: Package
Package: rmonad
Version: 0.7.0
Title: A Monadic Pipeline System
Description:
A monadic solution to pipeline analysis. All operations -- and the errors,
warnings and messages they emit -- are merged into a directed graph. Infix
binary operators mediate when values are stored, how exceptions are
handled, and where pipelines branch and merge. The resulting structure may
be queried for debugging or report generation. 'rmonad' complements, rather
than competes with, non-monadic pipeline packages like 'magrittr' or
'pipeR'. This work is funded by the NSF (award number 1546858).
Authors@R: person("Zebulun", "Arendsee", email="zbwrnz@gmail.com", role=c("aut","cre"))
URL: https://github.com/arendsee/rmonad
BugReports: https://github.com/arendsee/rmonad/issues
Depends:
R (>= 3.2.0)
Imports:
igraph,
methods,
magrittr,
glue,
pryr,
digest
Suggests:
testthat,
covr,
knitr,
rmarkdown,
readr,
stringr,
tidyr,
dplyr,
Nozzle.R1
VignetteBuilder: knitr
LazyData: yes
RoxygenNote: 7.1.1
License: GPL-3
Encoding: UTF-8