Changes in version 0.9.45 (2024-12-05) o Added new function for calculating scores (extreme value detection) Changes in version 0.9.37 o Added parallelization for some of the fix functions through the future package o Added example dataset mtcars_messy, which is derived from the mtcars dataset Changes in version 0.8.2 o Now all fix functions working on data.frames have a new argument "select" for selecting on which variables to apply the function. Changes in version 0.8.1 o Added new experimental function f_replace() which works as 'find and replace' on data.frames. Changes in version 0.8.0 (2021-08-10) o All report functions have been completely removed from the package. Please install the repmod package for accessing the report functions. o Bug fixes Changes in version 0.7.33 o All report functions are now defunct. These functions have been moved to the new repmod package (https://CRAN.R-project.org/package=repmod) o Removed dependencies from boot, flextable, lme4, lmerTest, officer and xtable o Numerous bug fixes Changes in version 0.6.64 (2021-03-12) o All report function are now deprecated and will be defunct in the next version. These funcions have been moved to the new repmod package (https://CRAN.R-project.org/package=repmod) Changes in version 0.5.38 o Now fix.numerics() is able to fix numbers with thousands separators. Changes in version 0.5.27 (2020-12-07) o Added new functions to track changes made by the different "fix" functions. See track_changes(). Changes in version 0.4.30 o Added new function search_scripts() for searching specific string into R scripts in a directory Changes in version 0.4.20 (2018-10-17) o Added new function forge() for reshaping data from wide to long format Changes in version 0.4.05 (2018-06-21) o Removed dependency from reporteRs (and consequently from rJava) Changes in version 0.4.1 o Added new function good2go() for loading automatically all packages used in a project Changes in version 0.3.64 (2018-04-21) o Added option to report.model (info=TRUE) so that the model call can be included in the exported table o Fixed small bugs regarding compatibility with brms models Changes in version 0.3.41 o Removed dependency from brms Changes in version 0.3.40 o Fixed bug in report.rq() function o mine.plot() now gives information about variable classes Changes in version 0.3.36 o Minor fixes Changes in version 0.3.27 (2017-09-02) o Descriptivo function is now defunct o Added support for reporting robust linear models and glmnet models o Fixed bugs in some report funtions Changes in version 0.3.2 o Added descriptive() function as a revamp of the now deprecated descriptivo() function o Added cluster_var() function to perform variable clustering in exploratory analysis o Fixed bugs in some report funtions Changes in version 0.3.0 o report(model) now returns an (invisible) list in addition to printing the nice output table o Added support for reporting models fitted using brms package o report.data.frame now accepts specifying number of decimal places o Added a new S3 class "reportmodel" for objects created by report(model) function o Added plot.reportmodel function to plot coefficient plots of the models o Added function coefplot, which is called by plot.reportmodel, but also can be used to manually plot coefficients for unsupported models o Minor bug fixes Changes in version 0.2.9 (2017-07-05) o Added nice_names() function to standardize variable names and remove non-ascii characters o Added function kill.factors() to remove factor class from variables with many levels (to character) o report.data.frame now only summarizes numeric and factor variables o Minor bug fixes Changes in version 0.2.6 o Refined how fix.numerics() works Changes in version 0.2.4 o Minor fixes to fix.numerics() Changes in version 0.2.3 o Modified fix.numerics() to avoid massive coercions to NA Changes in version 0.2.1 o Added peek() function for concise visualization of data.frames Changes in version 0.2.0 (2017-02-20) o Added check_quality() function for quality control of the data o Fixed behaviour of fix.numerics() when dealing with leading whitespaces o Added number of observations to report.data.frame o Several minor bug fixes Changes in version 0.1.12 (2016-12-07) o Improved behaviour of fix.numerics(), fix.dates() and fix.factors() functions. o Fixed a bug in report() that was generating duplicated files when exporting to word.