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

This might be due to 'complicated reasons', but it would be fantastic if the syntax for providing captions to figures and tables was similar. That is, rather than provide a...

feature

If you use knit2wp to a site that has good transport-security configuration--meaning it doesn't permit obsolete transport-security protocols--you will get an error. By "obsolete transport security", I mean any transport-security...

Hello! If the `escape` argument of `kable()` is `TRUE` then $$ enclosed math expressions are not rendered. but if it is `FALSE` the formatting may break for other forbidden characters...

When knitting some types of image to PDF, the dimensions of the image differ by OS. For example: ```` --- title: "Mac/Windows knitr PDF differences" date: "04/10/2021" output: pdf_document ---...

I have posted this question on [SO](https://stackoverflow.com/questions/68283952/knitr-inline-code-chunk-of-foreign-engine). I've written a knitr engine to process Maxima code (as part of a [package](https://github.com/rcst/rim)), which works for "regular" chunks just fine, e.g.: ````...

feature

Adds a default output for `sql` chunks where `is_sql_update_query` evaluates to TRUE, as proposed in #2050. It does it simply by: - [Commit 1](https://github.com/edalfon/knitr/commit/f78e1c60ee00920aa48d03a3d166f2b6e3947435): propagating `DBI::DBI::dbExecute`'s result to `data`, so...

The issue: `knitr` does not produce any output for UPDATE-like queries using the sql engine. Nor pass it any data to `output.var`, when this is set. `knitr`'s sql engine was...

I am opening this here to not forget. It is possibly opened elsewhere but I did not find it. This is something that could be useful and see asked already...

next

Hi Yihui! I noticed recently that there is captioning available within `kable`. Awesome! I can't seem to find a way to change the position of the caption, it was mentioned...

I think there is a problem with how `knitr::include_graphics()` or `![]()` produces links when relative links to assets in page bundles are used. Whether the source file is `.RMarkdown` or...