rmarkdown icon indicating copy to clipboard operation
rmarkdown copied to clipboard

Dynamic Documents for R

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

The following `_site.yml` creates a website with an `` tag that does not specify a language. (Accessibility checkers will throw a complaint about this.) ``` name: "My Website!" output_dir: "docs"...

feature
theme: accessibility
theme: site generator

I understand from the [documentation](https://bookdown.org/yihui/rmarkdown/language-engines.html#sql) that DBI is used in backend to run SQL chunk. I try to reproduce the behaviour of running of R instruction similar to: ```r DBI::dbGetQuery(con,...

help wanted :heart:
feature
theme: knitr

````markdown --- title: test output: html_document --- ```{r} m

bug

When a vignette is rendered, any embedded code is also highlighted. However, it seems like the default highlighter is a bit limited in a few ways: - Brackets (e.g. `(`...

next
theme: highlight

When running `rhub::check(platform="macos-m1-bigsur-release")` on a package that has an R Markdown vignette, the package check fails with a subscript out of bounds error. This appears to be a problem on...

bug
next

This PR addresses the issues raised in #146 and #1859. It's a somewhat big PR, but a lot of the changes are documentation for the new functionality and a couple...

## Context I am writing a package that implements a standardized logging function using `sink(...)`. I would like to be able to use RMarkdown to write the vignettes for the...

Since https://github.com/rstudio/rmarkdown/issues/433 has been closed over 7 years ago, I wonder if it could be possible to reconsider [AsciiMath ](http://asciimath.org/) support. AsciiMath is what many believe to be the best...

````r dir.create(tmp_dir

bug
help wanted :heart:

I use GitHub on my web browser in dark mode. The default HTML preview is white background and black text, but I would like for a dark theme that matches...

help wanted :heart:
feature