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

Currently, application of code folding depends on whether code blocks have specific language classes (`r`, `python`, `bash`, `sql`, `cpp`, `stan`, `julia`) https://github.com/rstudio/rmarkdown/blob/d4b7bf18b95371cb57e5f54aff579d70a6651396/inst/rmd/h/navigation-1.1/codefolding.js#L20 Thus, code folding is applied for result code...

bug
theme: folding

I just noticed this while trying to debug a LaTeX error in an R Markdown document: if there's a LaTeX error, the `.md` file isn't kept. For example: ```` ---...

Hello, I try to dynamically generate markdown sections with plots and I have very weird behaviours both when I compare html_document and html_notebook and when I compare with a constant...

bug
theme: html_notebook

Hello! As a LibreOffice user, I would like to have Knitted ODT documents with syntax-highlighted code chunks. The `word_document` has this feature, but the `odt_document` output does not seem to...

theme: pandoc

Using RStudio 2022.12.0 Build 353, rmarkdown 2.19, R 4.2.2. All the latest versions. **Steps:** Make the following .Rmd file. ```` --- title: "Untitled" output: pdf_document --- ```{r} options()$width options(width=100) ```...

Error in loadNamespace(j = 0.34 is required I am trying to run my codes but Iam getting this error again n again. What should I do? Thank you in advance.

question

I believe I have identified what caused the problem in this [issue](https://github.com/rstudio/rmarkdown/issues/1777) and a solution. I can see in the OP's post error message "Warning: Error in : LaTeX failed...

theme: shiny

I posted a [topic](https://community.rstudio.com/t/how-can-i-use-a-starred-version-of-a-latex-environment-with/153109) on Posit Community asking if it is possible to use the starred version of a LaTeX environment with custom blocks. The answer I got was that...

feature
theme: lua

Hi @yihui & @cderv - If/when the rmarkdown.rstudio.com website moves to rmarkdown.posit.co, please update the GA tracking code. [All the details are in Confluence](https://rstudiopbc.atlassian.net/wiki/spaces/INF/pages/143097943/GA+Universal+Analytics+for+posit.co); please let me know if you...

When users trying to launch R Markdown file from(File --> New File --> R Markdown option) they are getting the error(please see screenshots). Can you please check what could be...

question