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
Check reproducibility of code in each chapter, and probably set-up {renv} to have a version of R and required packages close to what it was like when the book was released (will this play well with Quarto?)
Play around with freeze functionality/other caching options in Quarto such that code in computation-intensive chapters need not be re-run. At the moment, only the first couple of chapters have their code run/knitted, and the rest just have their code displayed with echo = TRUE.
Provide documentation for datasets and custom-made R functions, if they are not already in the {dynpred} package.
The text was updated successfully, but these errors were encountered:
As of April 2nd 2024:
freeze
functionality/other caching options in Quarto such that code in computation-intensive chapters need not be re-run. At the moment, only the first couple of chapters have their code run/knitted, and the rest just have their code displayed withecho = TRUE
.The text was updated successfully, but these errors were encountered: