eventr: Create Event Based Data Architectures

Event-driven programming is a programming paradigm where the flow of execution is defined by event. In this paradigm an event can be defined as "a change in the state" of an object. This package offers a set of functions for creating event-based architectures using three basic functions: events, dispatchers, and handlers. The handlers manage the events, the dispatchers are in charge of redirecting the events to each of the handlers, finally the events are the objects that carry the information about the change of state.

Version: 1.0.0
Imports: purrr, dplyr, magrittr
Suggests: knitr, rmarkdown
Published: 2020-05-26
Author: Alvaro Franquet [aut, cre], Maria Antonia Barceló ORCID iD [aut], Marc Saez ORCID iD [aut], Pere Plaja [aut]
Maintainer: Alvaro Franquet <afranquet at salutemporda.cat>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: eventr results

Documentation:

Reference manual: eventr.pdf

Downloads:

Package source: eventr_1.0.0.tar.gz
Windows binaries: r-devel: eventr_1.0.0.zip, r-release: eventr_1.0.0.zip, r-oldrel: eventr_1.0.0.zip
macOS binaries: r-release (arm64): eventr_1.0.0.tgz, r-oldrel (arm64): eventr_1.0.0.tgz, r-release (x86_64): eventr_1.0.0.tgz, r-oldrel (x86_64): eventr_1.0.0.tgz

Linking:

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