Skip to content

Commit 61eef5d

Browse files
1.4.0
1 parent 1c0d95a commit 61eef5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: Create beautiful and customizable tables to summarize several
99
RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 'knitr'
1010
dynamic documents. Details can be found in Arel-Bundock (2022)
1111
<doi:10.18637/jss.v103.i01>.
12-
Version: 1.3.0.9018
12+
Version: 1.4.0
1313
Authors@R: c(person("Vincent", "Arel-Bundock",
1414
email = "[email protected]",
1515
role = c("aut", "cre"),

NEWS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# modelsummary 1.3.0.9002
1+
# modelsummary 1.4.0
22

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

1213
Bug fixes:
1314

0 commit comments

Comments
 (0)