You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.**
```
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: