You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
786B

  1. Version 0.1.5
  2. - Correct way to re-export `group_by` and `%>%`
  3. Version 0.1.4
  4. - Documentation fix for group_by import (dplyr 0.8)
  5. - Correct description for Dates
  6. Version 0.1.3
  7. - Added travis CI to repo
  8. - Added CRAN badge to repo
  9. - Corrected a typo in the README and vignette
  10. - Bugfix for when a statistical function returns a warning AND an error
  11. - Added NEWS file for future releases
  12. - Modified default and auto statistics for less automation
  13. - Added dummy column name for the variable names column, and make dplyr happy
  14. - Enabled character and mixed columns
  15. - Added CRAN mirror downloads badge to repo
  16. Version 0.1.2
  17. - Added a fix for a change in evaluation in rlang
  18. Version 0.1.1
  19. - Added a fix for changing arguments in fisher.test in upstream
  20. Version 0.1.0
  21. Initial release.