Skip to content

Version 1.0.0 Released 2020 June 26

Compare
Choose a tag to compare
@michdn michdn released this 26 Jun 17:54
· 15 commits to master since this release

This is the initial release of the clusterapply package.

Clusterapply is meant to break datasets into smaller frames on which functions (regressions, for example) can be applied. Much of this can already be accomplished with the family of *apply functions, but here we are building towards parallelization with an eye on memory use.

This package is used primarily in the epidemiar package of the EPIDEMIA forecasting system for regression modelling to use thin plate splines for the long-term trend and lagged environmental covariate terms over a clustering of districts: https://github.com/EcoGRAPH/epidemiar/releases/latest
with an associated demonstration project available at: https://github.com/EcoGRAPH/epidemiar-demo/releases/latest