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ó
[aut],
Marc Saez [aut],
Pere Plaja [aut] |
Maintainer: |
Alvaro Franquet <afranquet at salutemporda.cat> |
License: |
GPL-3 |
NeedsCompilation: |
no |
Materials: |
README NEWS |
CRAN checks: |
eventr results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=eventr
to link to this page.