KatlehoJordan
KatlehoJordan
[It is the official R image hosted on Dockerhub](https://hub.docker.com/_/r-base). I am quite sure that it is not a problem with *which* base image I am using, but rather something with...
I agree with your sentiment! I do not like needing 20 minutes to build the container, but I have not found a `Dockerfile` + `.devcontainer/devcontainer.json` template that includes this VS...
I will try, thank you.
I have started working with the rocker template you provided. So far so good. I have not finished the evaluation yet (have not yet tested plotting, shiny, R Markdown, and...
Update: Even with the linked `rocker` container, the RMarkdown knitting to `html` is not working. The same behavior is observed. I do believe that some days ago I was able...
I found the problem! The extension does not escape characters when generating the path that is used to knit to HTML. If the path of the `.Rmd` file contains whitespace,...