rrtools
rrtools copied to clipboard
rrtools: Tools for Writing Reproducible Research in R
**Please wait for some discussion of your request before making a Pull Request.** **Is your feature request related to a problem? Please describe.** Many are using GitHub Actions for CI....
I'd like to replace the current Rmd template `paper.Rmd` with a [Quarto](https://quarto.org/) equivalent `paper.qmd` The advantages of using qmd include: - fully back compatible with Rmd - removes bookdown as...
I'm not sure if this is possible with `bookdown` and `knitr`, but it would be great if you could write your paper.Rmd with inline figure chunks, but then have them...
Inspired by [these awesome slides](https://slides.com/djnavarro/workflow/) by Danielle Navarro, I was thinking that adding at least bare-bones README.md files to subfolders might nudge people in the right direction.  Specifically, I...
In my organization, we hope to use a monorepo to store all of our analytic projects. We are not ok with creating a dedicated git repo per analysis project. Despite...
Following up on #75, here's the [packaging guide](https://devguide.ropensci.org/building.html), and [review template for rOpenSci](https://devguide.ropensci.org/reviewtemplate.html#reviewtemplate) so we can pre-review ourselves. I've checked off some of the items that I think we have...
Some R packages depend on system requirements which have to be installed before anything. `use_dockerfile()` could try to figure out which are the required system dependencies based on the dependencies...
When installing rrtools with ```devtools::install_github("benmarwick/rrtools")```, there is always a problem with the installation of backports. This is what I did (in a clean install of R, after installing the packages...
Although installing from GitHub using devtools works fine, it would be mildly more convenient, and more familiar to newer R users, to install it the standard way from CRAN. This...
Following [Matt's suggestion](https://twitter.com/metamattj/status/908049529768833025), consider this: https://rstudio.github.io/rstudio-extensions/rstudio_project_templates.html