Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 25, 2023
1 parent 1c0d95a commit 61eef5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Create beautiful and customizable tables to summarize several
RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 'knitr'
dynamic documents. Details can be found in Arel-Bundock (2022)
<doi:10.18637/jss.v103.i01>.
Version: 1.3.0.9018
Version: 1.4.0
Authors@R: c(person("Vincent", "Arel-Bundock",
email = "vincent.arel-bundock@umontreal.ca",
role = c("aut", "cre"),
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# modelsummary 1.3.0.9002
# modelsummary 1.4.0

* Built-in support for markdown tables.
* Package no longer depends on `kableExtra`. Recommends an additional install for other formats.
* Persistent configuration of default output format: `modelsummary_config(output = "markdown")`
* Persistent configuration of default output format: `config_modelsummary(factory_default = "gt")`
* `shape = "rcollapse"` and `shape = "rbind"`
* `glance_custom()` can drop GOF by assigning `NA`: https://stackoverflow.com/questions/75215355/assigning-different-coefficient-names-and-goodness-of-fit-statistics-to-differen
* When a `statistic` is not available, `modelsummary` prints an empty cell instead of returning an error.
* "\\label{tab:something}" works in `title` even when `escape=TRUE`
* Multiple `fixest_multi` objects supported.
* `options(modelsummary_future = FALSE)` disables `future` parallelism.

Bug fixes:

Expand Down

0 comments on commit 61eef5d

Please sign in to comment.