UofUEpiBio / epiworld

A general framework for quick epidemiological ABM models
https://uofuepibio.github.io/epiworld/
MIT License
6 stars 1 forks source link

Events #10

Closed gvegayon closed 11 months ago

gvegayon commented 11 months ago

This PR changes term from "actions" to "events." In the R package, the biggest issue will be with GlobalActions. The new class in C++ is called "GlobalEvents." The R package should support both in he following way:

#' @export
#' @rdname globalevents
add_globalaction <- add_globalevent

So that users' code doesn't break with this change. @derekmeyer37, start working on the update of the R package to reflect these changes. I will make sure this PR is merged after the checks are run.