Giter VIP home page Giter VIP logo

cc21's Issues

Errors in R chapter

I see all the code chunks were set to eval = FALSE in this chapter: https://jtr13.github.io/cc21/common-errors-in-r.html. Not a top priority but it would be better if we could get it to work without that. The chunk option error = TRUE should allow the document to render with the errors showing, which is the intention here since the chapter is about errors. I'm not sure why that's not working since they have it set globally in this chunk:

```{r, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, error = TRUE)
```

In short, at some point let's look into this.

Rmd file merged in jtr/cc21 but new pull requests changed link inside it

This Rmd file has been merged successfully and can be shown on the rendered page:
Already merged Rmd file

But I think the contributor submitted two more pull requests and changed the link inside Rmd file:
#84
#86

As a result, the original link in the rendered page could not work anymore and the only difference between two new requests is that one link is pointing to his own repo and the other to a google doc file. Shall we copy-paste one of the two links into merged Rmd file and just close these two new requests?

Crash at Install dependencies stage during Build

There's another problem with dependencies. Github is having an issue installing rJava during the build operation.

https://github.com/jtr13/cc21/runs/2197491549

I've been investigating but could not figure out a solution yet.

The problem started here: https://github.com/jtr13/cc21/runs/2197303342

qdap package was not in the DESCRIPTION file even though I tried to resolve it by adding qdap to the DESCRIPTION file. rJava seems to be one of the dependencies required by the packages that qdap depends on.

This is the project that needs qdap
#36

Issue with yaml::yaml.load

Run Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
Error in yaml::yaml.load(..., eval.expr = TRUE) : 
  Parser error: while parsing a flow sequence at line 12, column 12 did not find expected ',' or ']' at line 34, column 3
Calls: <Anonymous> ... <Anonymous> -> resolve -> <Anonymous> -> yaml_load -> <Anonymous>
Execution halted
Error: Process completed with exit code 1.

https://github.com/jtr13/cc21/actions/runs/686390967

And this one has the same issue, just with a different line number.
https://github.com/jtr13/cc21/actions/runs/686730643

Problem with library(TSA) command during build

https://github.com/jtr13/cc21/runs/2194546921

Run Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
Quitting from lines 15-17 (time_series_intro.Rmd) 
Error: Error in library(TSA) : there is no package called 'TSA'
Calls: local ... withCallingHandlers -> withVisible -> eval -> eval -> library
Execution halted
Error in Rscript_render(f, render_args, render_meta, add1, add2) : 
  Failed to compile time_series_intro.Rmd
Calls: <Anonymous> -> render_new_session -> Rscript_render
Execution halted
Error: Process completed with exit code 1.

This is the error message from the remaining issue.

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.