Skip to content
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

Chapters with eval=FALSE since they require API tokens that are not set up #83

Open
jtr13 opened this issue Nov 8, 2021 · 1 comment

Comments

@jtr13
Copy link
Owner

jtr13 commented Nov 8, 2021

The chapters in this thread require API tokens to build and 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 with:

```{r, include=FALSE}
knitr::opts_chunk$set(eval=FALSE)
```

@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 add knitr::opts_chunk$set(eval=FALSE) to other chapters for the same reason, please add a reference to those chapters in this thread.

@jtr13
Copy link
Owner Author

jtr13 commented Nov 8, 2021

Rendered chapter: https://jtr13.github.io/cc21fall1/from-neo4j-to-rstudio.html
Pull request: #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant