From aabea314690e0bbf86e62de07dbe053437b2368a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 21 Sep 2024 23:52:04 +0000 Subject: [PATCH] markdown source builds Auto-generated via {sandpaper} Source : 38bf6ff393fd58e4fd69c80b808167e097d47d33 Branch : main Author : Naupaka Zimmerman Time : 2024-09-21 23:49:55 +0000 Message : Merge pull request #900 from bervelin-lumesa/patch-1 adding a link to an online book as a ressource --- 01-rstudio-intro.md | 2 +- 02-project-intro.md | 2 +- 03-seeking-help.md | 2 +- 12-dplyr.md | 1 + md5sum.txt | 50 ++++++++++++++++++++++----------------------- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/01-rstudio-intro.md b/01-rstudio-intro.md index b6b77989f..b2c8272fa 100644 --- a/01-rstudio-intro.md +++ b/01-rstudio-intro.md @@ -643,7 +643,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE, } else all.names } - + ``` diff --git a/02-project-intro.md b/02-project-intro.md index bddfeb48c..688ed473b 100644 --- a/02-project-intro.md +++ b/02-project-intro.md @@ -190,7 +190,7 @@ ls -lh data/gapminder_data.csv ``` ``` output --rw-r--r-- 1 runner docker 80K Sep 18 00:17 data/gapminder_data.csv +-rw-r--r-- 1 runner docker 80K Sep 21 23:51 data/gapminder_data.csv ``` The file size is 80K. diff --git a/03-seeking-help.md b/03-seeking-help.md index 04b76b5bd..4f08b86b9 100644 --- a/03-seeking-help.md +++ b/03-seeking-help.md @@ -182,7 +182,7 @@ attached base packages: loaded via a namespace (and not attached): [1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48 -[5] xfun_0.46 renv_1.0.7 evaluate_0.24.0 +[5] xfun_0.47 renv_1.0.8 evaluate_0.24.0 ``` Will print out your current version of R, as well as any packages you diff --git a/12-dplyr.md b/12-dplyr.md index e9a048c6c..8d7dfa4b2 100644 --- a/12-dplyr.md +++ b/12-dplyr.md @@ -657,6 +657,7 @@ lifeExp_2countries_bycontinents <- gapminder %>% - [Data Wrangling Cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf) (pdf file) - [Introduction to dplyr](https://dplyr.tidyverse.org/) (online documentation) - [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/) (online video) +- [Tidyverse Skills for Data Science](https://jhudatascience.org/tidyversecourse/) (online book) :::::::::::::::::::::::::::::::::::::::: keypoints diff --git a/md5sum.txt b/md5sum.txt index a77ff8238..9b8e15fdb 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -1,26 +1,26 @@ "file" "checksum" "built" "date" -"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-09-18" -"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-09-18" -"config.yaml" "8b9d63dd3c46d5b4d5fa4219b51a0dfc" "site/built/config.yaml" "2024-09-18" -"index.md" "86c8fb559b13d1695d55b52dd6cbf574" "site/built/index.md" "2024-09-18" -"episodes/01-rstudio-intro.Rmd" "04f6b758558750cef962768d78dd63b0" "site/built/01-rstudio-intro.md" "2024-09-18" -"episodes/02-project-intro.Rmd" "cd60cc3116d4f6be92f03f5cc51bcc3b" "site/built/02-project-intro.md" "2024-09-18" -"episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2024-09-18" -"episodes/04-data-structures-part1.Rmd" "5ec938f71a9cec633cef9329d214c3a0" "site/built/04-data-structures-part1.md" "2024-09-18" -"episodes/05-data-structures-part2.Rmd" "95c5dd30b8288090ce89ecbf2d3072bd" "site/built/05-data-structures-part2.md" "2024-09-18" -"episodes/06-data-subsetting.Rmd" "5d4ce8731ab37ddea81874d63ae1ce86" "site/built/06-data-subsetting.md" "2024-09-18" -"episodes/07-control-flow.Rmd" "6a8691c8668737e4202f49b52aeb8ac6" "site/built/07-control-flow.md" "2024-09-18" -"episodes/08-plot-ggplot2.Rmd" "d694904459c32b9e35acd872830ee75c" "site/built/08-plot-ggplot2.md" "2024-09-18" -"episodes/09-vectorization.Rmd" "e229eb061b3f072a132c4b31bbc2fdb0" "site/built/09-vectorization.md" "2024-09-18" -"episodes/10-functions.Rmd" "14edd4cf50edb8fefeb987a17d740e1a" "site/built/10-functions.md" "2024-09-18" -"episodes/11-writing-data.Rmd" "8b26e062dddd2394d00c6847ff0b7505" "site/built/11-writing-data.md" "2024-09-18" -"episodes/12-dplyr.Rmd" "fc20e35f891f0bb624647d69816c3220" "site/built/12-dplyr.md" "2024-09-18" -"episodes/13-tidyr.Rmd" "1c59c3bea4cec5e0c47654a546294f07" "site/built/13-tidyr.md" "2024-09-18" -"episodes/14-knitr-markdown.Rmd" "0c63ce92263a32f19fbec9f7b619b682" "site/built/14-knitr-markdown.md" "2024-09-18" -"episodes/15-wrap-up.Rmd" "c5ce0d34a37b7a99624ad1d6ac482256" "site/built/15-wrap-up.md" "2024-09-18" -"instructors/instructor-notes.md" "e61e7587564a6c4c11dbb6beea127764" "site/built/instructor-notes.md" "2024-09-18" -"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-09-18" -"learners/reference.md" "1cd851cc85adc26ea172da91e8c564f7" "site/built/reference.md" "2024-09-18" -"learners/setup.md" "f888f8a54b071715c0cf56896e650c00" "site/built/setup.md" "2024-09-18" -"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-09-18" -"renv/profiles/lesson-requirements/renv.lock" "46616fda8938c918a39602a22882260b" "site/built/renv.lock" "2024-09-18" +"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-09-21" +"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-09-21" +"config.yaml" "8b9d63dd3c46d5b4d5fa4219b51a0dfc" "site/built/config.yaml" "2024-09-21" +"index.md" "86c8fb559b13d1695d55b52dd6cbf574" "site/built/index.md" "2024-09-21" +"episodes/01-rstudio-intro.Rmd" "04f6b758558750cef962768d78dd63b0" "site/built/01-rstudio-intro.md" "2024-09-21" +"episodes/02-project-intro.Rmd" "cd60cc3116d4f6be92f03f5cc51bcc3b" "site/built/02-project-intro.md" "2024-09-21" +"episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2024-09-21" +"episodes/04-data-structures-part1.Rmd" "5ec938f71a9cec633cef9329d214c3a0" "site/built/04-data-structures-part1.md" "2024-09-21" +"episodes/05-data-structures-part2.Rmd" "95c5dd30b8288090ce89ecbf2d3072bd" "site/built/05-data-structures-part2.md" "2024-09-21" +"episodes/06-data-subsetting.Rmd" "5d4ce8731ab37ddea81874d63ae1ce86" "site/built/06-data-subsetting.md" "2024-09-21" +"episodes/07-control-flow.Rmd" "6a8691c8668737e4202f49b52aeb8ac6" "site/built/07-control-flow.md" "2024-09-21" +"episodes/08-plot-ggplot2.Rmd" "d694904459c32b9e35acd872830ee75c" "site/built/08-plot-ggplot2.md" "2024-09-21" +"episodes/09-vectorization.Rmd" "e229eb061b3f072a132c4b31bbc2fdb0" "site/built/09-vectorization.md" "2024-09-21" +"episodes/10-functions.Rmd" "14edd4cf50edb8fefeb987a17d740e1a" "site/built/10-functions.md" "2024-09-21" +"episodes/11-writing-data.Rmd" "8b26e062dddd2394d00c6847ff0b7505" "site/built/11-writing-data.md" "2024-09-21" +"episodes/12-dplyr.Rmd" "99b53f3fcaf96a394b950f19f4d5e118" "site/built/12-dplyr.md" "2024-09-21" +"episodes/13-tidyr.Rmd" "1c59c3bea4cec5e0c47654a546294f07" "site/built/13-tidyr.md" "2024-09-21" +"episodes/14-knitr-markdown.Rmd" "0c63ce92263a32f19fbec9f7b619b682" "site/built/14-knitr-markdown.md" "2024-09-21" +"episodes/15-wrap-up.Rmd" "c5ce0d34a37b7a99624ad1d6ac482256" "site/built/15-wrap-up.md" "2024-09-21" +"instructors/instructor-notes.md" "e61e7587564a6c4c11dbb6beea127764" "site/built/instructor-notes.md" "2024-09-21" +"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-09-21" +"learners/reference.md" "1cd851cc85adc26ea172da91e8c564f7" "site/built/reference.md" "2024-09-21" +"learners/setup.md" "f888f8a54b071715c0cf56896e650c00" "site/built/setup.md" "2024-09-21" +"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-09-21" +"renv/profiles/lesson-requirements/renv.lock" "732831a25ae00dc236394a97e52bf1ec" "site/built/renv.lock" "2024-09-21"