From c7fcaec0f9f37c073300b07983e11dfb2f347fbb Mon Sep 17 00:00:00 2001 From: Ric Campbell <57536566+RicCampbell@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:12:53 +0000 Subject: [PATCH 1/4] Update 03-dplyr.Rmd Link to dplyr cheatsheet changed to rstudio repo github link. --- episodes/03-dplyr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/03-dplyr.Rmd b/episodes/03-dplyr.Rmd index 02c448d2..156ea241 100644 --- a/episodes/03-dplyr.Rmd +++ b/episodes/03-dplyr.Rmd @@ -76,7 +76,7 @@ To easily access the documentation for a package within R or RStudio, use `help(package = "package_name")`. To learn more about **`dplyr`** after the workshop, you may want to check out this -[handy data transformation with **`dplyr`** cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf). +[handy data transformation with **`dplyr`** cheatsheet](https://github.com/rstudio/cheatsheets/blob/main/data-transformation.pdf). ::::::::::::::::::::::::::::::::::::::::: callout From 44d5413959910b230b9af782ced1f9fc7e7bc84a Mon Sep 17 00:00:00 2001 From: Ric Campbell <57536566+RicCampbell@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:14:24 +0000 Subject: [PATCH 2/4] Update 04-tidyr.Rmd Link to tidyr cheatsheet changed to rstudio repo github link. --- episodes/04-tidyr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-tidyr.Rmd b/episodes/04-tidyr.Rmd index 71772719..7dc78d23 100644 --- a/episodes/04-tidyr.Rmd +++ b/episodes/04-tidyr.Rmd @@ -28,7 +28,7 @@ source("data/download_data.R") convert between different data formats (long vs. wide) for plotting and analysis. To learn more about **`tidyr`** after the workshop, you may want to check out this [handy data tidying with **`tidyr`** -cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/tidyr.pdf). +cheatsheet](https://github.com/rstudio/cheatsheets/blob/main/tidyr.pdf). To make sure everyone will use the same dataset for this lesson, we'll read again the SAFI dataset that we downloaded earlier. From ab6b3e94ca7ff560f7bd542f0f342928fbb31cb5 Mon Sep 17 00:00:00 2001 From: Ric Campbell <57536566+RicCampbell@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:17:20 +0000 Subject: [PATCH 3/4] Update 05-ggplot2.Rmd Link to ggplot cheatsheet changed to rstudio repo github link x2 --- episodes/05-ggplot2.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/05-ggplot2.Rmd b/episodes/05-ggplot2.Rmd index 9b8033a0..d6dcf945 100644 --- a/episodes/05-ggplot2.Rmd +++ b/episodes/05-ggplot2.Rmd @@ -726,7 +726,7 @@ using each of those themes. Which do you like best? ## Customization Take a look at the [**`ggplot2`** cheat -sheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf), +sheet](https://github.com/rstudio/cheatsheets/blob/main/data-visualization-2.1.pdf), and think of ways you could improve the plot. Now, let's change names of axes to something more informative than 'village' and @@ -814,7 +814,7 @@ percent_items %>% With all of this information in hand, please take another five minutes to either improve one of the plots generated in this exercise or create a -beautiful graph of your own. Use the RStudio [**`ggplot2`** cheat sheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf) +beautiful graph of your own. Use the RStudio [**`ggplot2`** cheat sheet](https://github.com/rstudio/cheatsheets/blob/main/data-visualization-2.1.pdf) for inspiration. Here are some ideas: - See if you can make the bars white with black outline. From 130c86e7c17d79fa5bd83a933b4679917c485286 Mon Sep 17 00:00:00 2001 From: Ric Campbell <57536566+RicCampbell@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:33:26 +0000 Subject: [PATCH 4/4] Update 06-rmarkdown.Rmd Removal of The Ecosystem of R Markdown link as no longer exists. --- episodes/06-rmarkdown.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/episodes/06-rmarkdown.Rmd b/episodes/06-rmarkdown.Rmd index 66f5a109..3766dfd5 100644 --- a/episodes/06-rmarkdown.Rmd +++ b/episodes/06-rmarkdown.Rmd @@ -550,7 +550,6 @@ packages can be done by using `citation("package")`. - [Markdown tutorial](https://commonmark.org/help/tutorial/) - [R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/) (book by Rstudio team) - [Reproducible Reporting](https://www.rstudio.com/resources/webinars/reproducible-reporting/) -- [The Ecosystem of R Markdown](https://www.rstudio.com/resources/webinars/the-ecosystem-of-r-markdown/) - [Introducing Bookdown](https://www.rstudio.com/resources/webinars/introducing-bookdown/) :::::::::::::::::::::::::::::::::::::::: keypoints