jtr13 / cc22mw

Community contributions for EDAV Fall 2022 Mon/Wed
https://jtr13.github.io/cc22mw/
0 stars 67 forks source link

Trouble with #74 #82

Open jontse opened 1 year ago

jontse commented 1 year ago

Having trouble running #74

The run isn't building the site, and I don't know how to get past this message.

philkim72 commented 1 year ago

You may have to set eval = False globally. look at #62

philkim72 commented 1 year ago

In the meantime, the other thing you could do is comment out that line with the .rmd file in the bookdown page so that we can make sure the other program added afterwards can run properly. then you can uncomment it once the fix is made.

jontse commented 1 year ago

Thanks - I've tried just what you said - removed the rmd as well as set eval=False. Still not running properly. It might be something else wrong.