Templates to publish well-formatted documents both in HTML and PDF formats.
Gallery:
A quick introduction
is in vignette("memoiR")
.
The development version documentation is available here.
kableExtra v.1.3.4 avaible on CRAN is not compatible with R starting from 4.3.0, see this issue. A correction is available until the package is updated. Install it from GitHub:
remotes::install_github("kupietz/kableExtra")
If you don’t use tables in your documents or if you use other tools
to format them, you may just remove the line containing
library("kableExtra")
in the first code chunk of any
template.