Sean Kross
Sean Kross
Is ggplot2 installed? On Wed, Sep 21, 2016 at 11:12 PM chingds [email protected] wrote: > Mine didn't load ggplot > > | Attempting to load lesson dependencies... > > |...
Another idea: As much as I don't like QR codes in principle, maybe there should be a QR or other kind of barcode that's embedded in the image and we...
For potentially future reference, I'm currently quite infatuated with carbon: https://carbon.now.sh/
You should dump! I'm sure there's also an interesting spectrum between anti-patterns that beginners fall into versus anti-patterns used by more experienced programmers. I was thinking it could be available...
I haven't read the entire R Inferno but I believe its audience is an analyst using R, where I was thinking more in terms of anti-patterns that R package authors...
Was this on a hosted RStudioServer session or were you running it locally?
Which injections exactly? This sounds like something I can tweak in the pandoc arguments.
Hey @elinw and @pherephobia in the environment where you are encountering this error what version of pandoc are you using? (check with `rmarkdown::pandoc_version()`)
@pherephobia that is good for me to know, so now is it still not working?
@pherephobia would you mind trying the following? 1. Install postcards from a new branch: `remotes::install_github("seankross/postcards@self-contained")` 2. Restart R 3. Change the yaml like so: ``` yaml output: postcards::jolla: self_contained: false...