Changes in version 0.3.0 (2022-03-24) New features - NEW API: desctable is now desc_table, desc_tests, and desc_output - New internal format: desctable uses dataframes with list-columns internally instead of nested lists - New website with pkgdown Bugfix - Conditional formulas were hard-deprecated in 0.2.0, and have been soft-deprecated. Changes in version 0.2.0 New features - Add support for purrr::map-like formulas for statistical and test functions - Conditional formulas will be deprecated in 1.0. For example, replace is.normal ~ mean | median with ~ if (is.normal(.)) mean(.) else median(.) Changes in version 0.1.9 (2020-10-16) Bugfixes - Fix in default options for datatable output following DT update - Fix pander export for R ≥ 4.0.0 Changes in version 0.1.8 Code cleanup - Use RStudio style guidelines for all code and docs - Use fewer tidyverse functions internally, drop purrr dependancy Changes in version 0.1.7 (2020-02-03) Code cleanup - Correct vignette and README with RStudio style guidelines Changes in version 0.1.6 (2019-04-01) Bugfixes - Correct way to re-export group_by and %>% Changes in version 0.1.4-5 Bugfixes - Documentation fix for group_by import (dplyr 0.8) - Correct description for Dates Changes in version 0.1.3 (2018-07-11) CRAN publication update - Add travis CI to repo - Add CRAN badge to repo - Correct a typo in the README and vignette - Bugfix for when a statistical function returns a warning AND an error - Add NEWS file for future releases - Modify default and auto statistics for less automation - Add dummy column name for the variable names column, and make dplyr happy - Enable character and mixed columns - Add CRAN mirror downloads badge to repo Changes in version 0.1.2 (2018-05-27) Bugfix - Fix for a change in evaluation in rlang Changes in version 0.1.1 (2018-01-30) Bugfix - Fix for changing arguments in fisher.test in upstream Changes in version 0.1.0 (2017-05-15) - Initial release.