From b6bcf5a967a4190123351b5fb4dca2260ef384cc Mon Sep 17 00:00:00 2001 From: Patricia Loto <39300655+PatriLoto@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:06:25 -0300 Subject: [PATCH 1/4] data visualization workshop --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e6315bf..c86898b 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,12 @@ by [Ted Laderas](https://twitter.com/tladeras) * #### [Multiple resources!](https://github.com/Chris-Engelhardt/data_sci_guide) by [Chris Engelhardt](https://twitter.com/EngelhardtCR) + +### Data visualization with R and ggplot2 workshop + +* #### [A Practical Introduction to Data Visualization with ggplot2](https://github.com/rstudio-conf-2020/dataviz) +by [Kieran Healy] + + ----------------------------------- _Contribute: Please feel free to submit a pull request!_ From 4b4fae8c7af7970327207b1e32c8df1b3cbc3e3b Mon Sep 17 00:00:00 2001 From: Patricia Loto <39300655+PatriLoto@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:11:33 -0300 Subject: [PATCH 2/4] dataviz tutorial --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c86898b..62fed9e 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ by [Ted Laderas](https://twitter.com/tladeras) by [Chris Engelhardt](https://twitter.com/EngelhardtCR) -### Data visualization with R and ggplot2 workshop +### Data visualization with R and ggplot2 * #### [A Practical Introduction to Data Visualization with ggplot2](https://github.com/rstudio-conf-2020/dataviz) -by [Kieran Healy] +by [Kieran Healy](@kjhealy) ----------------------------------- From 65f3a777dba01cdca531547a54e78baad7f5897b Mon Sep 17 00:00:00 2001 From: Patricia Loto <39300655+PatriLoto@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:19:40 -0300 Subject: [PATCH 3/4] I put my suggestion within the tutorials of r --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 62fed9e..ed11b8a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ by [Julia Silge](https://twitter.com/juliasilge) * #### [R-Bootcamp](https://r-bootcamp.netlify.com) by [Ted Laderas](https://twitter.com/tladeras) +* #### [A Practical Introduction to Data Visualization with ggplot2](https://github.com/rstudio-conf-2020/dataviz) +by [Kieran Healy](@kjhealy) + + ### [Ines Montani](https://github.com/ines/) Template - [R](https://github.com/ines/course-starter-r) @@ -24,11 +28,5 @@ by [Ted Laderas](https://twitter.com/tladeras) by [Chris Engelhardt](https://twitter.com/EngelhardtCR) -### Data visualization with R and ggplot2 - -* #### [A Practical Introduction to Data Visualization with ggplot2](https://github.com/rstudio-conf-2020/dataviz) -by [Kieran Healy](@kjhealy) - - ----------------------------------- _Contribute: Please feel free to submit a pull request!_ From 642ca34aac2397dae417b0776b0864f2b25c729b Mon Sep 17 00:00:00 2001 From: Patricia Loto <39300655+PatriLoto@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:21:48 -0300 Subject: [PATCH 4/4] update the author's twitter account --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed11b8a..30b912e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ by [Julia Silge](https://twitter.com/juliasilge) by [Ted Laderas](https://twitter.com/tladeras) * #### [A Practical Introduction to Data Visualization with ggplot2](https://github.com/rstudio-conf-2020/dataviz) -by [Kieran Healy](@kjhealy) +by [Kieran Healy](https://twitter.com/kjhealy) ### [Ines Montani](https://github.com/ines/) Template