README.md

hydrorecipes

WARNING: This package is in early stages of development and is likely to change.

This package is modeled after the recipes framework consisting of a recipe and a set of steps to apply. The goals of the package are to improve speed, decrease memory consumption, increase consistency between steps, and decrease some boiler plate code for step additions. The first three goals are likely to be achieved but the fourth might not given that the package implements two APIs (one for R6 and one for S3). Speed and memory improvements come from the collapse package, Rcpp code, using algorithms that scale better, and attempts to reduce copying data.

It diverges in a few ways:

To do:



jkennel/hydrorecipes documentation built on Oct. 15, 2024, 9:21 a.m.