Version: 1.3.3 Date: 2022-05-10 Text: NAMESPACE fixes Version: 1.3.3 Date: 2022-05-10 Text: Spelling and documentation fixes. Version: 1.3.2 Date: 2015-05-29 Text: Removed files and function related to hdf that are not ready for release but were inadvertantely released in 1.3.1 Version: 1.3.1 Date: 2014-05-28 Text: Documentation Updates Version: 1.3.1 Date: 2014-05-28 Text: wargs carries forward attributes of original function. Version: 1.3 Text: Improved wargs Version: 1.1 Category: update 3/8/2012 Text: Version: 1.1 Category: Two additions Text: `seq_consecutive` follows a vector incrimenting every time there is a change in the source vector. Version: 1.1 Category: Two additions Text: `.T` is a helper function for creating non quoted character vectors. Version: 1.0 Category: Initial Release 2/8/2012 Text: Version: 1.0 Category: contains two primary functions Text: dostats collects functions into a single function to retruns a single row data frame. Version: 1.0 Category: contains two primary functions Text: compose and the operator alias %.% to nest functions within each other. Version: 1.0 Category: Helper functions are Text: wargs wraps a function with new arguments. Version: 1.0 Category: Helper functions are Text: 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.