Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjessen committed Oct 31, 2018
1 parent 04cfc01 commit b38023e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ install.packages("tidyverse")

Congratulations! That's it! Now you're ready for the workshop - See you soon!

## Tentative Schedule
----- Do not proceed any further, we will go over the following at the workshop -----

## At the Workshop

### Tentative Schedule

* 18.00 - 18.10 1. Introduction to the Tidyverse philosophy and the pipe ([`magrittr`](https://cran.r-project.org/web/packages/magrittr/README.html)) [[Slides](http://htmlpreview.github.io/?https://github.com/leonjessen/TidyThursday/blob/master/01_introduction/lecture/introduction_presentation.html)]
* 18.10 - 18.45 2. Data structures ([`tibble`](https://cran.r-project.org/web/packages/tibble/README.html)) and reading in data ([`readr`](https://cran.r-project.org/web/packages/readr/README.html)) (10 minutes lecture, 25 minutes exercises) [[Slides](http://htmlpreview.github.io/?https://github.com/leonjessen/TidyThursday/blob/master/02_readr/lecture/readr_presentation.html), [Exercises](https://github.com/leonjessen/TidyThursday/blob/master/02_readr/exercises/readr_exercises.md)]
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ install.packages("tidyverse")

Congratulations! That's it! Now you're ready for the workshop - See you soon!

Tentative Schedule
------------------
----- Do not proceed any further, we will go over the following at the workshop -----

At the Workshop
---------------

### Tentative Schedule

- 18.00 - 18.10 1. Introduction to the Tidyverse philosophy and the pipe ([`magrittr`](https://cran.r-project.org/web/packages/magrittr/README.html)) \[[Slides](http://htmlpreview.github.io/?https://github.com/leonjessen/TidyThursday/blob/master/01_introduction/lecture/introduction_presentation.html)\]
- 18.10 - 18.45 2. Data structures ([`tibble`](https://cran.r-project.org/web/packages/tibble/README.html)) and reading in data ([`readr`](https://cran.r-project.org/web/packages/readr/README.html)) (10 minutes lecture, 25 minutes exercises) \[[Slides](http://htmlpreview.github.io/?https://github.com/leonjessen/TidyThursday/blob/master/02_readr/lecture/readr_presentation.html), [Exercises](https://github.com/leonjessen/TidyThursday/blob/master/02_readr/exercises/readr_exercises.md)\]
Expand Down

0 comments on commit b38023e

Please sign in to comment.