Changes in version 1.11 (2026-03-03) - Remove broom example from vignette. Suggested by F.Kohrt #4. - Bug fix for lme4 #6. todo. matrix is printed with quotes, but tibble does NOT. But tibbles are only printing 6 rows. Maybe the "pillar" package could help? as.matrix(mtcars) %>% lucid as.matrix(mtcars) %>% as_tibble Changes in version 1.9 (2025-04-04) - Switch to MIT license. - Documentation pages now created via Github Actions. - Fix vignette bug in the display of antibiotic dotplot. Changes in version 1.8 (2021-04-16) - Add method for sommer::mmer objects. Changes in version 1.7 (2019-02-06) - Fix test case to accommodate changes in lme4 output. Changes in version 1.6 (2018-08-24) - lucid() now converts tibbles to data.frames before formatting. Changes in version 1.4 (2016-10-25) - Added logo, JSM poster & paper to github. - Changed vignette from Rnw to Rmd. - Switched to roxygen2 documentation. - Now using testthat and covr packages. Changes in version 1.3 (2015-07-03) - Namespace changes due to R devel changes. Changes in version 1.2 (2015-04-14) - Added vc.mcmc.list() for prettier summaries from JAGS. Changes in version 1.1 (2015-02-11) - Re-worked code. Primary objective is formatting, not printing. - Added na.replace option. Changes in version 1.0 (2014-11-26) - First release to CRAN, Nov 2014. Changes in version 0.0 - Development begins