Giter VIP home page Giter VIP logo

cc21's Introduction

:octocat: A Guide to my GitHub Repos

๐Ÿ“ฆ Packages

ggformat -- RStudio add-in to pretty up your ggplot2 code

redav -- two useful functions: one for plotting biplots and the other for plotting missing values. More to come.

wonderapi -- facilitates calling the CDC Wonder API from R to import data

๐Ÿ“š Online Books

D3 for R Users source code

R Dataset Guide -- provides info about number and type of variables in built-in datasets, helpful for creating exercises or lecture examples source code

๐ŸŽจ Other Useful Stuff

syntax -- Quarto syntax highlighting theme examples (plus the option to create your own!)

๐Ÿง‘โ€๐Ÿซ Course Resources

1201 -- source code for 1201.info

edav2 -- source code for edav.info

๐Ÿ—๏ธ Quarto Templates

quarto-edav-template -- template for creating a Quarto book in RStudio, published on GitHub Pages for EDAV final project Video tutorial

website-template -- template for creating a Quarto web site in RStudio, published on GitHub Pages Video tutorial

๐Ÿ—๏ธ Bookdown Templates (outdated, Quarto recommended instead)

bookdown-template -- general bookdown template, to get started see How to create a bookdown book in 5 minutes

EDAVtemplate -- template for Exploratory Data Analysis and Visualization class

IMLVtemplate -- template for Interpretable Machine Learning w/ Visualization class

๐Ÿงฐ Workshop Materials

csp2024 -- CSP: Effective Graphs with ggplot2 (New Orleans, 2024)

sdss2023 -- SDSS: Effective Graphs with ggplot2 (St. Louis, 2023)

nycasa -- ASA NYC Metro: Exploratory Data Analysis with R (2023)

pkgdev -- RForwards: R Package Development Workshop (2022)

graphcat21 -- Graphing Multivariate Categorical Data in R (with Ludmila Janda) (2021)

graphcat -- useR2021: Graphing Multivariate Categorical Data in R (with Ludmila Janda) (2021)

panelplots -- ASA NYC Metro: Panel Plots (with Naomi Robbins) (2019)

BRL-workshops -- Columbia BRL: EDA / Data Transformation (2019)

RLadies -- RLadies NYC: purrr (2018), heatmaps (2017)

cc21's People

Contributors

021771618 avatar anyunshan avatar atsats avatar ch3557 avatar dps2150 avatar farewekk avatar h32fang avatar hernandz avatar isabellatop avatar jenn2325 avatar jtr13 avatar jx2428 avatar kattywu avatar kennylee15 avatar kguo98 avatar melrbischoff avatar mitali004 avatar ruoxiiiii avatar sanketg97 avatar shauryamalik avatar skyeczy avatar stellla-d avatar tracy3057 avatar vincent-sc4755 avatar yaojiaye00 avatar yilingtian2746 avatar yosha-tomar avatar yr2388 avatar yuzhaopan avatar zichenghuang avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

cc21's Issues

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?

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.

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

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.

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.