rmarkdown
rmarkdown copied to clipboard
Dynamic Documents for R
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"...
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,...
````markdown --- title: test output: html_document --- ```{r} m
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. `(`...
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...
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
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...