rmarkdown icon indicating copy to clipboard operation
rmarkdown copied to clipboard

Dynamic Documents for R

Results 174 rmarkdown issues
Sort by recently updated
recently updated
newest added

Button `Run all chunks above` to also run children documents assigned with the `child` chunk option. This [has been asked](https://community.rstudio.com/t/best-way-to-run-child-markdowns-and-or-bookdown-chapters-interactively-in-rstudio/46495) a [few times](https://community.rstudio.com/t/how-can-i-run-all-chunks-across-all-documents-in-a-bookdown-project/5557) and seems to be the expected behaviour...

RStudio IDE

The tilde abbreviation of a folder name can (apparently) happen automatically in Windows. I noticed it because I created an absolute file path for the output PDF file in the...

theme: paths

```viewer

question

Hi, When I knit to HTML, some of my tables do not load in the output. I use the same chunks/code. The issue happens when I have more than 10...

reprex

This PR reworks the `.tabset-dropdown` class to work similarly to regular tabsets. It should also close #1697. --- I wasn't satisfied with the current `.tabset-dropdown` class and wanted to use...

next

I am trying to generate a sequence of several plotly plots which should be individually resizable. This has worked fine in version 2.21 but did break with more recent releases...

Hi, I think it would be a nice improvement to [pandoc_convert](https://github.com/rstudio/rmarkdown/blob/ee69d59f8011ad7b717a409fcbf8060d6ffc4139/R/pandoc.R#L109) if, instead of returning NULL, it would invisibly return the command used in the pandoc call ('command'). This would...

````markdown --- title: "Customer Tracker Report" format: html: theme: - lux - custom.scss --- ```{r} #| label: pulldata # In real use case, this could be retrieved from databases query...

https://github.com/rstudio/rmarkdown/blob/ee69d59f8011ad7b717a409fcbf8060d6ffc4139/R/latex_dependencies.R#L48-L59 I wonder if it would be ok to use safer inclusion to avoid potential conflict if this is used in a document where the is already loaded package 🤔...

A couple of days ago I noticed that my `README.md` that is automatically built from the `README.Rmd` in my repo via GH Actions had changed: https://github.com/gavinsimpson/gratia/commit/be93b193b8092517d9d75d81e2b565da801efb46 In place of the...

question
theme: pandoc
external