CRAN/E | rmonad

rmonad

A Monadic Pipeline System

Installation

About

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).

github.com/arendsee/rmonad
Bug report File report

Key Metrics

Version 0.7.0
R ≥ 3.2.0
Published 2020-02-14 1541 days ago
Needs compilation? no
License GPL-3
CRAN checks rmonad results

Downloads

Yesterday 0
Last 7 days 18 -10%
Last 30 days 114 -42%
Last 90 days 458 -39%
Last 365 days 2.286 -26%

Maintainer

Maintainer

Zebulun Arendsee

zbwrnz@gmail.com

Authors

Zebulun Arendsee

aut / cre

Material

NEWS
Reference manual
Package source

Vignettes

Cheatsheet
Case Study: GFF processing
Introduction
'rmonad' with 'Nozzle.R1'

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

rmonad archive

Depends

R ≥ 3.2.0

Imports

igraph
methods
magrittr
glue
pryr
digest

Suggests

testthat
covr
knitr
rmarkdown
readr
stringr
tidyr
dplyr
Nozzle.R1