-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cohort 3, chapter 19: #58
Conversation
To aid slidedeck navigation * separated long slides into separate slides * folded longer code blocks into details * hid "TODO" elements The previous cohort correctly noted that some codes do not work at the moment. I commented out what wasn't working at the moment and set "eval = TRUE" for the rest of the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to fix the build.
Thanks for checking in on this push request. I cannot seem to push new edits to this fork (the
|
I'll take care of it! Some tips in case this happens again:
Hope that helps! |
This turned out to be a complicated artifact of the way we currently build books! Back in Chapter 13, both a "class" object (a data.frame) and a "map" object (a function) are defined. Because we build the book as a single Rmd, those objects still exist in later chapters. That I've added code to 13 to clean them up, and this is yet another argument for me to finally update everything to the new Quarto format (see https://DSLC.io/wapir for an example), which won't have this issue (each chapter is self-contained)! I know there's also a bookdown setting to avoid it, but there are other benefits to the Quarto format, so I'll keep working on getting there! Anyhoo, this SHOULD work with my next push! I'm building now locally to make sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this took care of it!
Thanks @jonthegeek ! |
To aid slidedeck navigation
The previous cohort correctly noted that some codes do not work at the moment. I commented out what wasn't working at the moment and set "eval = TRUE" for the rest of the code.