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

Here is a minimal reproducible example (that is supposed to work from [version 1.9](https://github.com/yihui/knitr/blob/master/NEWS.md)): ``` ```{tikz,engine.opts = list(convert.opts = '-density 300')} \begin{tikzpicture} \node [] (b) {c}; \end{tikzpicture} ``` ``` This...

next
feature

(This is mostly to document my problem-solving, but there is an opportunity to improve `knitr`.) When using `animation.hook = knitr::hook_ffmpeg_html`, my knit build was finding an Anaconda-installed ffmpeg version 4.3...

This relates to https://github.com/quarto-dev/quarto-cli/pull/783 where I found the specific internal engine (`verbatim`, `embed`, `cat`) are not working quite right in Quarto, mainly because they rely on `source` hook and Quarto...

feature

[Posted on RStudio Community on 1 November 2021, 4am UTC](https://community.rstudio.com/t/new-yaml-style-chunk-options-dont-process-r-variables-or-glue-strings/119493?u=francisbarton) If you set a chunk option using the traditional `arg = value` style then it's fine, but the new YAML...

I think whether or not this is a knitr or [reticulate](https://github.com/rstudio/reticulate) bug depends on the knitr engine API, which I do not completely understand. I carefully searched for this bug...

feature

TL;DR: Would a rewrite of `hook_plot_tex()` that broke out the different parts and tried to make it more modular be appreciated or considered as too risky to be worth it?...

Why : * bash or sh is not always accessible on windows * It would be good to have a Windows equivalent This could be made easier after working on...

feature

Hello! Thank you for your world-improving package. A small issue with the documentation for `imgur_upload` The "Details" section reads: > When the output format from `knit()` is HTML or Markdown,...

doc

# Short description This is a request for a new (or modified) language engine that would process multiple SQL statements within a single block and insert the results after each...

feature
help needed

It seems as though the label behavior for inline code chunks is inconsistent / problematic - specifically it seems that they inherit the label of the most recent proceeding code...

help needed