knitr icon indicating copy to clipboard operation
knitr copied to clipboard

A general-purpose tool for dynamic report generation in R

Results 152 knitr issues
Sort by recently updated
recently updated
newest added

By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.org/issue/. - [x] I have provided the necessary information about...

next

By default, image files generated with `format: gfm` from a Quarto/R Markdown file have a much lower resolution than image files generated for HTML output. Is there a specific reason...

Several users have opened issues -- here and on the `kableExtra` repository -- because they have trouble compiling LaTeX tables when captions include “special” characters: - - - - I...

Hi, I was wondering if there could be some hyperlinks like the cli styled hyperlinks when there are errors knitting Example Quitting from lines 492-501 (file.Rmd/qmd) Error: .... Would it...

next
feature

Currently, "svg", "CairoSVG", and "svglite" are supported SVG devices in `dev` option. Note: `cairoDevice` is removed from CRAN so "Cairo_svg" is not available. Among these options, `svglite` output only conforms...

Tested from https://github.com/quarto-dev/quarto-cli/issues/863#issuecomment-1132597488 > ```{r} > mtcars > rmarkdown::paged_table(mtcars) > ``` > Can I show 'mtcars' in the code chunk after the render but not 'rmarkdown::paged_table(mtcars)' and in addition to...

feature

I would like to explicit a name for the column of `row.names` so I try ```r d2 = head(mtcars) kable(d2[, 1:5], col.names = c("car", names(d2[, 1:5]))) Error in dimnames(x)

bug

When using `tikzDevice` as device when plotting with knitr and rmarkdown, there appear to be differences between using global options and chunk options for setting the PDF engine. I will...

As discussed here: fixes https://github.com/rstudio/rmarkdown/issues/2241 I haven't added test files as these changes require access to an sql server with permission to create temporay tables. Haven't found that in an...

next
feature

kableExtra has a function called [add_header_above](https://rdrr.io/cran/kableExtra/man/add_header_above.html). It takes an argument called `header` which allows you to make one argument occupy multiple columns using the LaTeX `\multicolumn{}{}{}` command. I would like...

feature
table