Ivan Calandra

Results 6 issues of Ivan Calandra

Without patchwork, I can save a list of plots into a single PDF file (with several pages) using gridExtra::marrangeGrob(). For example: ``` library(gridExtra) p1

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

When I click on "Auto Markdown Sections: Insert/Update", nothing happens and I don't have numbered sections. Adding the TOC that way worked so there is something wrong about the numbering....

No RStudio in the output table after knitting: ```` --- title: "Untitled" output: html_document bibliography: grateful-refs.bib --- ```{r} library(R.utils) library(grateful) cite_packages(output = "table", out.dir = ".", include.RStudio = TRUE) ```...

I have create a Docker file for Binder with the command: holepunch::write_dockerfile() However, when running Binder, there are many errors. See the binder [here](https://mybinder.org/v2/gh/tracer-monrepos/SSFAcomparisonPaper/master?urlpath=rstudio) and the GitHub repo [there](https://github.com/tracer-monrepos/SSFAcomparisonPaper). I...

I am using R 4.0.3 but when I build the Docker image using `write_dockerfile()`, I get a warning telling me that the date (2020-11-19) corresponds to 4.0.2, which I cannot...