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

Occasionally I want to convert an `.Rmd` file to `.R` to execute it in the console until the first error. When I edit the `.R` file, the conversion back to...

help needed

I would like to be able to create tables in the style that Jira is using. Jira uses a slightly different version of the `knitr::kable(format = "pipe")` output. Instead of...

help needed

Currently left and right whitespace is removed from the entire table. For outputs that utilize white space (e.g., left white space with monospace fonts) this causes problems with number alignments....

next
feature

In my field it seems customary to separate the title/short description of a figure from its notes (containing lengthy details), similar to ![figure notes](https://i.stack.imgur.com/7xtCW.png) Is there any way to accomplish...

next
feature

--- 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...

help needed

I don't have labeling abilities on this repo, but am listing here to flag to discuss for `next` knitr release 👋 1. Way to show chunk options in output more...

rlang is now in charge of fully printing error messages, including the error prefix. This makes it possible to support more features, such as custom display of condition calls and...

I think it's time to rethink the knitr progress bar. Since the progress bar was created, we have collectively learnt a lot about how to create minimal, informative progress bars,...

feature

Hi all, along the lines of #1880, this is an attempt at creating a more compact progress bar. - creates a globally accessible, bespoke progress bar `knit_progress()` - create `set_knit_progress()`...

next

I'd like to be able to handle the progress information of knitr documents more flexibly. I'd like to be able to determine handling/presentation of knitr progress as a *caller* (a...