* installing *source* package 'modelsummary' ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location `modelsummary` has built-in support to draw text-only (markdown) tables. To generate tables in other formats, you must install one or more of these libraries: install.packages(c( "kableExtra", "gt", "flextable", "huxtable", "DT" )) Alternatively, you can set markdown as the default table format to silence this alert: config_modelsummary(factory_default = "markdown") ** testing if installed package can be loaded from final location `modelsummary` has built-in support to draw text-only (markdown) tables. To generate tables in other formats, you must install one or more of these libraries: install.packages(c( "kableExtra", "gt", "flextable", "huxtable", "DT" )) Alternatively, you can set markdown as the default table format to silence this alert: config_modelsummary(factory_default = "markdown") ** testing if installed package keeps a record of temporary installation path * DONE (modelsummary)