epiworldR
Fast Agent-Based Epi Models
epiworldR is a thin R shell whose releases track the C++ simulator underneath it
◆Recent moves
- 4mo ago
0.14.0 addresses an AddressSanitizer finding
A version bump addressing an ASan finding ahead of a CRAN release. Compiled-package hygiene rather than a change to what the simulator does.
View source ↗ - 5mo ago
Wrapper bumped to track a new epiworld version
A single-commit release updating the bundled epiworld version. The R side is unchanged, which is the normal shape of a release in this feed.
View source ↗ - 5mo ago
Build drops the custom configure script for R's C++17 and OpenMP settings
Replaces a custom configure script with R's built-in C++17 and OpenMP handling, alongside fixes found during a tabletop exercise and an epiworld 0.12.0 bump. Removing bespoke build machinery is what makes a compiled CRAN package less fragile across platforms.
View source ↗ - 6mo ago
epiworld bumped to 0.11.2
A one-line version bump of the underlying library. No R-side change.
View source ↗ - 7mo ago
Tests updated at CRAN's request
A patch release updating tests to satisfy a CRAN request. Administrative, and typical of the overhead of keeping a compiled package on the archive.
View source ↗ - 7mo ago
Hospitalizations, outbreak size and active cases exposed to R
Exposes get_hospitalizations, get_outbreak_size and get_active_cases along with their savers, and removes the measles models. The clearest example of the package's real work — surfacing simulator state that R users could not previously reach.
View source ↗