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

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.7.0
URL https://github.com/arendsee/rmonad
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("arendsee/rmonad")
arendsee/rmonad documentation built on Dec. 19, 2020, 9:06 p.m.