NEWS.md

huxtable 5.5.6

huxtable 5.5.5

huxtable 5.5.3

huxtable 5.5.2

huxtable 5.5.1

huxtable 5.5.0

huxtable 5.4.0

```r

ht <- hux(c(1, 1), c(2, 2), c(3, 3)) ht <- set_all_borders(ht) colspan(ht)[1, 1] <- 3

# old behaviour ht[, c(2, 1, 3)] ## +--------------------------+ ## | 2 | ## +--------+--------+--------+ ## | 2 | 1 | 3 | ## +--------+--------+--------+

# new behaviour ht[, c(2, 1, 3)] ## +--------------------------+ ## | 1 | ## +--------+--------+--------+ ## | 2 | 1 | 3 | ## +--------+--------+--------+ ```

huxtable 5.3.0

huxtable 5.2.0

huxtable 5.1.1

huxtable 5.1.0

Other news:

huxtable 5.0.0

Huxtable 5.0.0 brings numerous changes. For a more user-friendly introduction, see https://hughjonesd.github.io/whats-new-in-huxtable-5.0.0.html.

Breaking changes

Other changes

r as_hux(head(iris)) %>% set_bold(1, everywhere)

```` Some iris species are shown in \@ref(tab:mytable):

r as_hux(iris) ````

Set options(huxtable.autolabel = FALSE) to turn off this behaviour.

r jams$Sugar <-c ("Sugar content", 0.4, 0.35, 0.45) set_number_format(jams, -1, "Sugar", fmt_percent(1))

Other news

huxtable 4.7.1

huxtable 4.7.0

huxtable 4.6.1

huxtable 4.6.0

huxtable 4.5.0

huxtable 4.4.0

huxtable 4.3.0

Deprecated

huxtable 4.2.1

Important

to your YAML header for this to work, and you will need a recent (> 2.0.0) version of Pandoc.

huxtable 4.2.0

huxtable 4.1.0

huxtable 4.0.1

huxtable 4.0.0

Breaking changes

Bugfixes

huxtable 3.0.0

Breaking changes

huxtable 2.0.2

huxtable 2.0.1

huxtable 2.0.0

Breaking changes

huxtable 1.2.0

huxtable 1.1.0

huxtable 1.0.0

Breaking changes

huxtable 0.3.1

huxtable 0.3.0

huxtable 0.2.2

huxtable 0.2.1

huxtable 0.2.0

Breaking changes

huxtable 0.1.0



hughjonesd/huxtable documentation built on Feb. 17, 2024, 12:20 a.m.