UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.

Home Page:https://umcarpentries.org/intro-curriculum-r/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make certain exercises "Bonus"

zenalapp opened this issue · comments

Add "Bonus" to exercises that might be too much for the workshop, but good to keep on website. Ones I skipped:

  • Why learn to program (we kind of did this in the intro).
  • Why not use RStudio.
  • Running parts of our code (I did this with them instead).
  • Bad names for objects.
  • More line plots - just no time, but good exercise I think so maybe keep as not bonus.
  • Cheat sheet to find another univariate plot.
  • Ordering ggplot layers (did this one together).
  • Skipped transparency because talked about it when flipped geom_violin() and geom_point().
  • Maybe have only one save plot exercise? Although not bad to have practice...