From abb99996d82d54a4aac7f0ad1b3016aaaaf6fbb4 Mon Sep 17 00:00:00 2001 From: Camille V Leonard <32983543+camillevleonard@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:43:58 -0400 Subject: [PATCH] Remove "dumb" from acknowledgements. (#943) I was just reading through this section of the book and thought that it would be good to remove "dumb". I'm trying to remove ableist language from my every day vocabulary and thought the R team would be interested in that as well. --- intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.Rmd b/intro.Rmd index 52d184c..339b5c3 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -314,7 +314,7 @@ Twitter is one of the key tools that Hadley uses to keep up with new development ## Acknowledgements This book isn't just the product of Hadley and Garrett, but is the result of many conversations (in person and online) that we've had with the many people in the R community. -There are a few people we'd like to thank in particular, because they have spent many hours answering our dumb questions and helping us to better think about data science: +There are a few people we'd like to thank in particular, because they have spent many hours answering our questions and helping us to better think about data science: - Jenny Bryan and Lionel Henry for many helpful discussions around working with lists and list-columns.