rmonad: A Monadic Pipeline System

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

Version: 0.7.0
Depends: R (≥ 3.2.0)
Imports: igraph, methods, magrittr, glue, pryr, digest
Suggests: testthat, covr, knitr, rmarkdown, readr, stringr, tidyr, dplyr, Nozzle.R1
Published: 2020-02-14
Author: Zebulun Arendsee [aut, cre]
Maintainer: Zebulun Arendsee <zbwrnz at gmail.com>
BugReports: https://github.com/arendsee/rmonad/issues
License: GPL-3
URL: https://github.com/arendsee/rmonad
NeedsCompilation: no
Materials: NEWS
CRAN checks: rmonad results

Documentation:

Reference manual: rmonad.pdf
Vignettes: Cheatsheet
Case Study: GFF processing
Introduction
'rmonad' with 'Nozzle.R1'

Downloads:

Package source: rmonad_0.7.0.tar.gz
Windows binaries: r-devel: rmonad_0.7.0.zip, r-release: rmonad_0.7.0.zip, r-oldrel: rmonad_0.7.0.zip
macOS binaries: r-release (arm64): rmonad_0.7.0.tgz, r-oldrel (arm64): rmonad_0.7.0.tgz, r-release (x86_64): rmonad_0.7.0.tgz
Old sources: rmonad archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rmonad to link to this page.