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

--- By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.name/issue/. - [x] I have provided the necessary information...

bug
theme: pandoc

From https://community.rstudio.com/t/r-markdown-inline-output-format-for-a-nested-tibble/147739 ```` library(tibble) df1 # A tibble: 3 × 2 #> g data #> #> 1 1 #> 2 2 #> 3 3 ```` In notebook mode: ![image](https://user-images.githubusercontent.com/6791940/191276674-e6e841c4-af87-4c57-aa8c-225019eda7b0.png) When...

feature
theme: custom class / vctrs

I was trying to figure out why I ended up with a `fname_files` directory, despite using `self_contained: yes` in my document. That led me to [this issue](https://github.com/rstudio/rmarkdown/issues/1553) which suggested this...

feature

`gt::gt()` has and will have many accessibility benefits as opposed to other `df_print` methods, such as `knitr::kable()`, etc. Although it's possible to customize `knitr::knit_print.data.frame` s3 method, it would be more...

feature

From https://community.rstudio.com/t/parameter-to-detect-gitbook-format/146460 > I am writing a document in (a variant of) Bookdown, and would like some text to appear only in the gitbook format, not in other formats. I...

feature

Hi there, I am having trouble installing car and thus cannot knit. Here is the error message I am getting: > install.packages("car") There is a binary version available but the...

> Relevant GitHub repo located [here](https://github.com/kamalsacranie/rmarkdown-sitegen-exmp). The `bookdown` source files are located in `working-files/book/`. The gist of the issue is that, at least in my `renv` environment, `rmarkdown` can only...

bug

Use the **fontawesome** R package https://github.com/rstudio/fontawesome and deprecated the **fontawesome** dependency. https://github.com/rstudio/rmarkdown/blob/fedcdcf112971c5900c210c79aa08216b54808c3/R/html_dependencies.R#L185-L195 Some other package may use this dependency * **pagedown** https://github.com/rstudio/pagedown/blob/db0764afa05c8b38f70bbfc1972bbb0ee3dffd43/R/resume.R#L17 * **flexdashboard** https://github.com/rstudio/flexdashboard/blob/33458eaae7c4164ed300a02be30bcb61d14a4f20/R/dependencies.RL4 and a lot of others:...

feature
theme: icons

I ran into this developing a custom output format that worked fine from the console, but threw an error only when using the ‘knit’ button in RStudio. Upon clicking the...

From https://github.com/rstudio/rmarkdown/issues/2405 and related to it. > I think the much worse thing is that [tocify.js is no longer maintained](https://github.com/gfranko/jquery.tocify.js/commit/c5ef23554b731a3076ff767eb3b65d78968acf31), and we are still using a version from 7 years...

feature