Changes in version 0.3.2.9000 - updated documentation to prevent annoying '@docType "package" is deprecated, Please document "_PACKAGE" instead.' note by tweaking EloOptimized.R file Changes in version 0.3.2 (2024-05-21) - Mostly a maintenance release to resubmit package to CRAN - Added a step to check that agon_data are in chronological order, and throw a warning if not. - Fixed checks for ubuntu and Mac - Added new and improved informative errors to eloratingopt() that tell you which individuals are filtered out for not having >= 1 win and 1 loss, and which individuals have interactions outside of their presence window. - Tweaked documentation formatting and code for converting date columns to comply with R CMD check Changes in version 0.3.1 (2021-06-10) - Mostly a maintenance update - Removed tcltk, rlist dependencies (holdovers from older code) - Streamlined some things under the hood to make post-processing more efficient in eloratingopt & eloratingfixed - EloOrdinal column in output now stored as an integer object for small space saving. - Added a vignette to demonstrate usage of the package, see here. - Added cleaning step to avoid error when trying to use tibbles imported with readr::read_csv() - Added additional informative errors if input data are problematic - Fixed small bug related to converting character dates to Date class - Incorporated github actions for CI checks, pkgdown build Changes in version 0.3.0 (2018-09-17) - Added Travis-ci integration in preparation for submission to CRAN Changes in version 0.2.1 - Updated documentation and parameter names - Removed AIC element from eloratingfixed output Changes in version 0.2.0 - Added a NEWS.md file to track changes to the package.