r-novice-gapminder icon indicating copy to clipboard operation
r-novice-gapminder copied to clipboard

Could be interesting to mention the "tidyverse"

Open InFlamUOB opened this issue 4 years ago • 9 comments
trafficstars

Given the chapters on ggplot, dplyr, tidyr... - it could be nice to mention the whole tidyverse universe too - maybe by including just a link in the seeking help chapter e.g "https://www.tidyverse.org" or before teaching ggplot or after tidyr. Knowing that there is a whole universe of as useful packages can be very nice to see and also is a good resource to learn more about those chapters.

InFlamUOB avatar Jun 06 '21 02:06 InFlamUOB

I agree -- perhaps this is best done as a callout box just as a reminder for the instructor to mention it.

naupaka avatar Jun 06 '21 04:06 naupaka

At a workshop I helped with we had a couple of cheatsheets floating around and provided participants with this link to print their own: https://www.rstudio.com/resources/cheatsheets/

crschul avatar Dec 06 '21 18:12 crschul

@crschul Indeed. A link to the RStudio page of cheat sheets would be a welcome addition to the ggplot lesson.

jcoliver avatar Dec 07 '21 22:12 jcoliver

I believe it would also be important to mention that tidyverse packages are fully compatible with each other, helping the user to easily combine commands from the different packages (e.g. dplyr, tidyr, ggplot) into a single statement by using the pipe command %>%

mantoniou avatar Aug 14 '22 11:08 mantoniou

Thank you for your suggestions @crschul and @mantoniou!

Would anyone like to submit one or two PRs to:

  • Add a link to the RStudio page of cheatsheets (for example in the ggplot lesson).
  • Update the "Tip: Tidyverse" box in _episodes_rmd/13-dplyr.Rmd to mention that the tidyverse packages are designed to work gracefully together and with the pipe?

matthieu-bruneaux avatar Nov 04 '22 11:11 matthieu-bruneaux

Update the "Tip: Tidyverse" box in _episodes_rmd/13-dplyr.Rmd to mention that the tidyverse packages are designed to work gracefully together and with the pipe?

This has been attempted in https://github.com/swcarpentry/r-novice-gapminder/pull/823#pullrequestreview-1376681325

Add a link to the RStudio page of cheatsheets (for example in the ggplot lesson).

This needs to be still tackled.

skanwal avatar Apr 08 '23 01:04 skanwal

Feel free to assign the RStudio cheatsheets link embedding to me. I'd like to help. But where is the ggplot lesson located? I'm having a tough time navigating.

Phylloxera avatar May 03 '23 14:05 Phylloxera

Thanks @Phylloxera -- it's in the episodes directory in the repo: https://github.com/swcarpentry/r-novice-gapminder/blob/main/episodes/08-plot-ggplot2.Rmd

naupaka avatar May 03 '23 16:05 naupaka

Added a link to the RStudio page of cheatsheets in the ggplot lesson. #830

Phylloxera avatar May 09 '23 20:05 Phylloxera