NEWS


huxtable 5.5.6 (2024-02-15)

huxtable 5.5.5 (2024-02-08)

huxtable 5.5.3 (2023-12-09)

huxtable 5.5.2 (2022-12-16)

huxtable 5.5.1 (2022-11-12)

huxtable 5.5.0 (2022-06-15)

huxtable 5.4.0 (2021-05-14)

huxtable 5.3.0 (2021-05-01)

huxtable 5.2.0 (2021-02-14)

huxtable 5.1.1 (2020-10-27)

huxtable 5.1.0 (2020-09-18)

Other news:

huxtable 5.0.0 (2020-06-15)

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

will set the border in between the columns of jams to 0.4, overwriting the previous value. This is more in line with what you would expect. For example, the following code now does what you probably want:

```
jams %>% 
    set_rowspan(2, 1, 3) %>% 
    set_bottom_border(4, everywhere, 1)
##                 Type              Price  
##                 Strawberry         1.90  
##                                    2.10  
##                                    1.80  
##               ---------------------------
```

instead of the old behaviour:

```
jams %>% 
    set_rowspan(2, 1, 3) %>% 
    set_bottom_border(4, everywhere, 1)
##                 Type           Price  
##                 Strawberry      1.90  
##                                 2.10  
##                                 1.80  
##                            -----------
```

Other changes

Other news

huxtable 4.7.1 (2020-01-08)

huxtable 4.7.0 (2019-10-03)

huxtable 4.6.1 (2019-08-06)

huxtable 4.6.0 (2019-06-24)

huxtable 4.5.0 (2019-03-19)

huxtable 4.4.0 (2019-03-03)

huxtable 4.3.0 (2018-11-07)

Deprecated

huxtable 4.2.1 (2018-10-26)

Important

huxtable 4.2.0 (2018-10-03)

huxtable 4.1.0 (2018-07-31)

huxtable 4.0.1 (2018-07-03)

huxtable 4.0.0 (2018-06-02)

Breaking changes

Bugfixes

huxtable 3.0.0 (2018-02-23)

Breaking changes

huxtable 2.0.2 (2018-02-08)

huxtable 2.0.1

huxtable 2.0.0 (2018-01-02)

Breaking changes

huxtable 1.2.0 (2017-12-17)

huxtable 1.1.0 (2017-10-20)

huxtable 1.0.0 (2017-10-07)

Breaking changes

huxtable 0.3.1 (2017-09-12)

huxtable 0.3.0 (2017-05-18)

huxtable 0.2.2 (2017-04-27)

huxtable 0.2.1 (2017-04-24)

huxtable 0.2.0 (2017-04-21)

Breaking changes

huxtable 0.1.0 (2017-03-09)