Skip to content

Instantly share code, notes, and snippets.

@jimhester
Created October 4, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimhester/22dc1980e0b64c3e049acae35785c216 to your computer and use it in GitHub Desktop.
Save jimhester/22dc1980e0b64c3e049acae35785c216 to your computer and use it in GitHub Desktop.

my-packages

  • Have a look around the files here. Where are the R scripts? What are the directories data and figs for? Do the names and structure help you find things?
  • Open each R script, finish it, and run it. Remember to restart R as you go, so you are certain each file is complete, i.e. data flows through explicit write/read, not the global workspace.
    • R/01_write-installed-packages.R
    • R/02_wrangle-packages.R
    • R/03_barchart-packages-built.R
  • It's OK if you don't finish! We can keep working on this later.
  • If you finish quickly, write an R script to run the whole analysis and, perhaps, another script that does a make clean style reset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment