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 PR adds a provision for calling `rstan::eng_stan()` when running a Stan chunk, when such an engine exists. (The intention is to move the Stan engine implementation to the `rstan`...

This is the proposal to weaken knitr's dependency on `stringr` and close #1549. We replace each `stringr::` with `stringr__` which is defined in `0-stringr_suggestions.R`. Each such function reverts to the...

Using `%` and `_` in captions with kable() or fig.cap were problematic when rendered to pdf. These are now sanitised with `escape_latex()`

- This engine allows to call octave/matlab code within R using RcppOctave

won't fix

`knitr`'s dependency graph includes `evaluate` and `stringr`, and thus `stringi`. Package `stringi` is a heavy dependency: it takes around a minute to install from source (or several on OSX or...

feature

Hi, there seems to be an issue with caching of chunks producing tex/tikz and other graphics. Or at least I think that there is a inconsistent behaviour of `cache =...

bug

The new version of `commonmark` uses the Github fork of the libcmark library, providing fast and standardized markdown rendering, including support for Github Flavored Markdown extensions (tables, autolinks, strikethough). ```r...

feature

This repo https://github.com/mtmorgan/outputdir has an Rnw vignette. The vignette has a main document and a child document. The code chunk to include the child document includes fig.path that references `opts_chunk$get("output.dir")`....

question

Hey @yihui , purl() has being an incredibly useful function for me. Since RStudio editor for .py files is still limited (no code sections and no outline pane), I mostly...

feature

If I run `knit2wp` and do not pass a `title` argument, this is what is used for the post title: **Current behavior:** **A post from knitr**. **Preferred behavior:** The title...

feature