Giter VIP home page Giter VIP logo

cc21fall1's Issues

Chapters with eval=FALSE since they require Python

There are a number of chapters which are causing the build to fail since they have Python code. The code works locally but not in the build environment because we don't have Python installed. Adding a Python installtion to our GitHub actions script would be a start, but we'd also need to make sure that the package that needs it, such as reticulate or keras is able to find it. For now the code chunks are set to eval=FALSE so the build will pass.

https://jtr13.github.io/cc21fall1/beginners-walk-through-of-deep-learning-in-r.html

Please comment on this thread if you find an additional chapter with this issue.

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

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.