CRAN/E | eventr

eventr

Create Event Based Data Architectures

Installation

About

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.

Key Metrics

Version 1.0.0
Published 2020-05-26 1567 days ago
Needs compilation? no
License GPL-3
CRAN checks eventr results

Downloads

Yesterday 0
Last 7 days 3 +50%
Last 30 days 13 0%
Last 90 days 40 +8%
Last 365 days 218 -79%

Maintainer

Maintainer

Alvaro Franquet

Authors

Alvaro Franquet

aut / cre

Maria Antonia Barceló

aut

Marc Saez

aut

Pere Plaja

aut

Material

README
NEWS
Reference manual
Package source

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

Imports

purrr
dplyr
magrittr

Suggests

knitr
rmarkdown