epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

Using "Run All" with epoxy

Open trangdata opened this issue 1 year ago • 2 comments

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

trangdata avatar May 17 '24 19:05 trangdata

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.

gadenbuie avatar May 17 '24 19:05 gadenbuie

ah okay thanks Garrick! I thought it was just me.

trangdata avatar May 17 '24 20:05 trangdata