Chapters that require API tokens to build will not work unless we add the tokens to GitHub secrets and access them in GitHub actions. For now code chunks are set to eval=FALSE in https://jtr13.github.io/cc21fall2/scrape-twitter-data-using-r.html to circumvent this problem.
@rjr2168 developed a workflow for https://jtr13.github.io/cc21fall2/video-introduction-to-maps-with-ggmap.html using this method which we can use as a model if other authors are interested in going this route.
If you set eval=FALSE for other chapters for the same reason, please add a reference to those chapters in this thread.
Chapters that require API tokens to build will not work unless we add the tokens to GitHub secrets and access them in GitHub actions. For now code chunks are set to
eval=FALSEin https://jtr13.github.io/cc21fall2/scrape-twitter-data-using-r.html to circumvent this problem.@rjr2168 developed a workflow for https://jtr13.github.io/cc21fall2/video-introduction-to-maps-with-ggmap.html using this method which we can use as a model if other authors are interested in going this route.
If you set
eval=FALSEfor other chapters for the same reason, please add a reference to those chapters in this thread.