Changes in version 1.0-6 (2025-04-01) Miscellaneous o Included original authors of functions that are used in a modified form in this package as contributors in Authors@R field in DESCRIPTION. Bug-fixes o Fixed links in manuals. o Removed Travis-CI integration from README.md. o Updated inst/CITATION to new bibentry format. o Added missing S3 methods for prettify. o Fixed calls to S3 methods by correcting object names and adding ... where missing. Changes in version 1.0-5 (2021-03-22) Bug-fixes o Fixed error introduced by changes in survival: data(ovarian, package = "survival") was replaced with data(cancer, package = "survival"). Changes in version 1.0-4 (2019-01-03) Bug-fixes o Fixed vignette (load knitr correctly). o Added rmarkdown to Suggests:. o Fixed handling of trailing zeros in prettify (fixes #40). Changes in version 1.0-3 (2018-09-11) Bug-fixes o Stop checking for specific error message (fixes #39). o Make Rmarkdown happy (fixes #35). Changes in version 1.0-2 (2017-02-16) Miscellaneous o Updated maintainer's email address. Bug-fixes o Fix scoping in summarize function (fixes #33). o Removed confint.lme to make CRAN happy (fixes #34). o Fixed bug in label assignment with numerical which. Changes in version 1.0-1 (2016-04-09) User-visible changes o print.xtable.summary now also centers tables per default if floating = FALSE. o Added support for Cox frailty models in prettify o Fixed problem with include.rownames by ignoring the option (fixes #30). o Use $-$ per default for negative numeric values (fixes #32). Bug-fixes o Make tests compatible with new testthat version (> 0.11.0). o Fixed messages of old summary functions. Changes in version 1.0-0 (2015-11-30) User-visible changes o summarize produces summary tables that can be further processed with xtable or kable to produce LaTeX or Markdown tables, respectively (closes #2 and #3). o latex.table.cont and latex.table.fac are now deprecated. Use summarize instead. o labels() are now stored as attribute of the variable instead of as attribute of the data set (closes #1). Miscellaneous o Completely refactored code base. o Added two vignettes (closes #7). o The package is now extensively tested using testthat (closes #12). Bug-fixes o Adhere to CRAN policies regarding import of base packages (closes #8). Changes in version 0.6-1 (2015-06-09) Miscellaneous o Fixed man/toLatex.Rd: Changed \donttest to \dontrun o DESCRIPTION now uses single quotes for package and software names. Bug-fixes o Fixed inst/CITATION: Now it is possible to extract citation without the need to install the package. Changes in version 0.6-0 User-visible changes o latex.table.fac: • Allow more than two groups. • Added p-values. • Added option to display fractions or percentages (percent = TRUE). The latter is the default. • Changed default to digits = 3. • Generally improved display of grouped statistics. Miscellaneous o Added inst/CITATION file. o Added inst/COPYRIGHTS file. o Added inst/CONTRIBUTIONS file. o Updated DESCRIPTION to reflect CRAN policies. o Changed URL in DESCRIPTION to . Bug-fixes o Do not replace registered S3 methods from base/recommended packages (#5). o Fixed handling of levels(). o Fixed bug with factor levels. o latex.table.fac and latex.table.cont: fixed handling of missing values in group. Changes in version 0.5-0 (2014-11-14) User-visible changes o Exported plot.labeled.data.frame (and some other functions for labeled data.frames) o Greatly improved plot function for labeled data.frames Miscellaneous o Changed plain text NEWS to inst/NEWS.Rd o The package now _enhances_ nlme, lme4 and survival. Thus, we no longer import lme4 and survival. Bug-fixes o Fixed bug in toLatex.sessionInfo(, citations = FALSE) (spotted by Brian S. Diggs ) o Changed plot(data, ...) to plot(x, ...) to make the generic function happy. Changes in version 0.4-0 (2013-09-13) o included (experimental) version of prettify.summary.merMod to make lme4 (>= 1.0.0) happy o included better handling of environments in prettify functions and checks if the data has changed o included possibility to specify confidence intervals directly via confint, e.g. prettify(summary(mod), confint = confint(mod)) o better handling of NAMESPACES and Imports o added (first) software tests Changes in version 0.3-0 o first release to CRAN o improvement/bugfix in rbind.labeled.data.frame() o improvement of toLatex.sessionInfo(): file can be NULL now (no BibTeX file created on HDD) o added plot function for labeled.data.frame objects that allows for univariate plots and grouped, bivariate plots o numerous improvements in manuals Changes in version 0.2-0 o greatly improved prettify functions: • added prettify functions for summary.coxph, summary.lme, summary.mer and anova • added confidence intervals to all model based prettify functions and made confint = TRUE the default; confidence intervalls are computed by refitting the model within prettify and using confint() on this model (experimental) • improved handling of p-values o added new class "labeled.data.frame" with special subset, cbind and rbind functions (to keep labels when changing data set) o added "shortcut" to define labels using labels = TRUE in latex.tables.XXX: labels are extracted from labeled.data.frame directly o new toLatex function for sessionInfo() [with nicer results than the default function from base R: e.g. citations are included] Changes in version 0.1-0 o initial version o improvement of prettify function o added prettify functions for more object classes o added function toLatex to sanitize code for usage in LaTeX o improved label handling when data set is alterd (e.g. variables dropped, added or renamed)