pcmathias / AACC-Introduction-to-R

Course content for How to Truly "Excel" at Data Analysis and Visualization: An Introduction to the R Programming Language
1 stars 1 forks source link

Move answers to `answers/` #19

Open nkrumm opened 5 years ago

nkrumm commented 5 years ago
  1. master will have a folder called answers/
  2. Move Rmds with completed exercises to answers/
  3. Rmds in / will have answers stripped out.
pcmathias commented 5 years ago

@pcmathias @jwrudolf adopt eval = FALSE and echo = FALSE convention for exercises

pcmathias commented 5 years ago

As I was working on executing this, I decided on a separate workflow. I put the original Rmds (including both blank code chunks and answers) in a src folder. That is source of truth. Rmds were copied into / and I manually stripped answers. answers/ will have a single Rmd and pdf that contains the entire course contents, but will be distinct from src/ because I will remove all blank code chunks and remove echo = FALSE from the answer chunks.