NEWS
dostats 1.3.3 (2022-05-10)
- NAMESPACE fixes
- Spelling and documentation fixes.
dostats 1.3.2 (2015-05-29)
- Removed files and function related to hdf that are not ready for release but were inadvertantely released in 1.3.1
dostats 1.3.1 (2014-05-28)
- Documentation Updates
- wargs carries forward attributes of original function.
dostats 1.3
dostats 1.1
update 3/8/2012
Two additions
- 'seq_consecutive' follows a vector incrimenting every time there is a change in the source vector.
- '.T' is a helper function for creating non quoted character vectors.
dostats 1.0
Initial Release 2/8/2012
contains two primary functions
- dostats collects functions into a single function to retruns a single row data frame.
- compose and the operator alias %.% to nest functions within each other.
Helper functions are
- wargs wraps a function with new arguments.
- class.stats, integer.stats, numeric.stats, and factor.stats help dostats by only doing
calling the functions if the variable matches the class specified.
This is very helpful with ldply to create summary tables.