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

Once the approach to implementing html language attribute value has been decided, it would be advisable to check that the language value is a valid language subtag. The approach in...

theme: accessibility

Documents rendered with inappropriate alt text for images and charts result in accessibility issues for screen reader users. The [approach taken with `accessrmd`](https://github.com/datasciencecampus/accessrmd/blob/main/R/sus_alt.R). It could be best to raise warnings...

feature
next
theme: accessibility

WCAG2.1 expects the use of headings to follow as h1, h2, h3. Skipping from h1 to h3 would not be permitted. Likewise, headings should always contain content. These issues are...

theme: accessibility

````markdown --- title: title output: pdf_document --- :::: {.blackbox data-latex=""} ::: {.center data-latex=""} ::: **A title**\newline Some text :::: ```` ```` Error running filter C:\Users\chris\AppData\Local\R\win-library\4.2\rmarkdown\rmarkdown\lua\latex-div.lua: ...\R\win-library\4.2\rmarkdown\rmarkdown\lua\latex-div.lua:52: attempt to index a...

I just hit an unexpected issue that appears to be documentation related. It appears that the directory for the `output_file` should be relative to the directory of `input` rather than...

documentation
theme: paths

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 about...

theme: shiny
feature
theme: site generator

Is there any integration between github and Rnotebooks? Like the one with jupyter notebooks, that are nicely displayed on github. I've tried to save the notebooks in different formats (.html,...

Any thoughts about adding the Critic Markup spec? It would be invaluable to those of us that collaborate with RMarkdown and use it to teach with (for marking up homework!)...

feature

Issues found in testing .rmds on [WAVE](https://wave.webaim.org/report#/https://datasciencecampus.github.io/DSCA_WCAG-2.1-Compliance/): - [ ] author & date are specified as h4, should be h2 with styling in css. - [ ] no page regions...

feature
next
theme: accessibility

Our HTML template is missing a default `lang` attribute. Pandoc verbosity informs about it: ``` [INFO] No value for 'lang' was specified in the metadata. It is recommended that lang...

feature
next
theme: accessibility