epoxy
epoxy copied to clipboard
Using "Run All" with epoxy
Hi Garrick, thanks for the wonderful package! ✨
A question: When I use an epoxy chunk in my Rmd (like below), it knits just fine, but if I want to run all chunks, I get Error: unexpected symbol in "The average". Is there a way to "skip" this chunk for "Run All" that I'm missing?
```{epoxy}
The average speed of the cars was **{mean(cars$speed)} mph.**
```
This looks like an issue with the "Run All" button in the RStudio IDE. I added your example to the issues listed in that thread. I'll watch the thread to see if epoxy needs to adjust anything to make the "Run All" or "Run All Above" buttons work.
ah okay thanks Garrick! I thought it was just me.