Skip to content

Commit f6f96a0

Browse files
committed
Updated NEWS.md and DESCRIPTION for the kable() LaTeX numeric columns typesetting change. Improves #1709.
1 parent cdde460 commit f6f96a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Authors@R: c(
7676
person("Niels Richard", "Hansen", role = "ctb"),
7777
person("Noam", "Ross", role = "ctb"),
7878
person("Obada", "Mahdi", role = "ctb"),
79+
person("Pavel N.", "Krivitsky", role = "ctb", comment=c(ORCID = "0000-0002-9101-3362")),
7980
person("Qiang", "Li", role = "ctb"),
8081
person("Ramnath", "Vaidyanathan", role = "ctb"),
8182
person("Richard", "Cotton", role = "ctb"),

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
- Added a new engine `cc` to compile C++ code via `R CMD SHILIB` like the `c` and `fortran` engines (thanks, @kingaa, #1832).
1010

11+
- `kable()` operating in LaTeX mode now typesets numeric columns in math mode for improved rendering of minus signs; decimal and thousands separator commas are wrapped in braces (`{}`) to preserve spacing (thanks, @krivit, #1709).
12+
1113
## BUG FIXES
1214

1315
- For non-R code chunks that generate plots and use the chunk option `fig.cap`, the `plot` hook in **knitr** stopped working in v1.27 and v1.28 (thanks, @XiangyunHuang, https://d.cosx.org/d/421249).

0 commit comments

Comments
 (0)