Christophe Dervieux
Christophe Dervieux
Currently, tests are sequential - this means that we stop on first error and we don't know the result for others formats. It would be great to not stop on...
Info here: https://jcheminf.biomedcentral.com/submission-guidelines/preparing-your-manuscript/software From a very interesting thread https://twitter.com/egonwillighagen/status/1372552771459760129?s=21 Current working content with Rmd template https://github.com/jcheminform/markdown-jcheminf Special because of Cito for bibliography https://jcheminf.biomedcentral.com/articles/10.1186/s13321-020-00448-1 This issue is for referencing of useful...
Markdown table is not easy to write as-is Idea: Using a README.Rmd would allow to generate the table using `kable()` and would be easier to keep updated.
It seems all templates does not support old Pandoc version (before 2.7.3): https://github.com/rstudio/rticles/runs/2322462437?check_suite_focus=true Fails with 2.5 and 2.0.0.1 for example. There was no issue reported by users so maybe we...
Code snippet exchange are being quite popular as reprex for issue filing, shared example or other needs. Currently, they are published most often on SO, GH and Rstudio community, and...
In this place specifically https://bookdown.org/yihui/rmarkdown/markdown-document.html#markdown-variants See https://github.com/rstudio/rmarkdown/issues/2209
Like `navigation` : https://community.rstudio.com/t/enable-navigation-symbols-in-beamer/128137/4
This section: https://bookdown.org/yihui/rmarkdown/powerpoint-presentation.html Following the recent work that has been done: https://github.com/jgm/pandoc/pulls?q=is%3Apr+author%3Aundergroundquizscene+pptx This will require a recent Pandoc version but it is possible the next version of RStudio IDE will...
See https://github.com/yihui/knitr/pull/1987 and the new `params` chunk option
From https://github.com/rstudio/rmarkdown/pull/2108#issuecomment-819806700 we should add a part about Lua filters in this book based on the vignette: https://pkgs.rstudio.com/rmarkdown/articles/lua-filters.html Intro and examples about Lua filters are in the Cookbook: https://bookdown.org/yihui/rmarkdown-cookbook/lua-filters.html