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

I extensively use .rmd/.qmd documents to create reports, but also to write tutorials for workshops and lectures. Echoing code is a standard feature that helps me do this. The problem...

Hi The issue is just as simple as the title. Whenever I use \partial in my markdown, R can't knit, even though it can be viewed properly on the preview...

reprex

The function `shiny::showNotification()` will appear while the "Please wait..." message is running and doesn't apply the CSS until after the page fully renders. I've tried using `css: style.css` in the...

reprex

Pandoc now support producing Typst document to produce nice PDF. It could be interesting to bring support to this through a `typst_document()` format, or a `pdf_document` variant - like a...

feature

Regardless of whether you first export as HTML and then use the browser print option, or directly use chrom_print to output the PDF, there may still be empty space at...

help wanted :heart:
feature
theme: ioslides

What we describe in https://bookdown.org/yihui/rmarkdown-cookbook/install-pandoc.html to run `rmarkdown::find_pandoc()` in setup chunk does not work in some case. My pandoc version is ````r rmarkdown::pandoc_version() # [1] ‘3.1.7’ ```` But now I...

bug
next

Hei! I use `flexdashboards `with `shiny `in **R**. This mainly because i like the clearness of the `R markdown` code, which `flexdashboard `is based on. Mainly the possibility to use...

theme: shiny

I has encountered a strange problem, and search it for many days: can't save plot to pdf or png file in interactive Rmarkdown. This is the minimal example: ```R png(file...

question

The plot I have in the Rmd file is showing in Rstudio as inline output: ![image](https://github.com/rstudio/rmarkdown/assets/20069067/39bc3a32-114e-420e-991d-8395f3eb2509) But when I clicked on the preview button, the plot is missing. ![image](https://github.com/rstudio/rmarkdown/assets/20069067/7ba69852-dbc9-427a-a0cc-61925621d35d) Unfortunately,...

reprex

I have a suspicion that there are somehow two processes running at the same time to prerender the source document and are inadvertently writing into the same file. I've uncovered...

feature
next
theme: paths