cheungamanda / STAT547-hw-cheung-amanda

0 stars 0 forks source link

hw07 ready for grading #2

Open cheungamanda opened 6 years ago

abishekarun commented 6 years ago

Hi @cheung-amanda,

It’s nice to review your homework 7. Your repo is organized. I can find your R script easily. In addition, you have clearly mentioned the workflow. You have also elaborated on the challenges you faced and the resources that helped you in your readme file.

gap_exploratory.R

gap_statistical.R

gap_figures.R

Hw07_automating_data_analysis_pipelines.Rmd

Makefile

I felt all the data and figures could have been organized in separate folders. It was great to see you mention the links in readme file as it helped to navigate to different files. One small thing I would suggest is to include the links in issue as well. Overall, I think you did a great job. I really enjoyed reviewing your homework.

Cheers Arun

wswade2 commented 6 years ago

Hi cheungamanda,

My apologies for the late response. I was looking for an email directing me to this repository but could not find one. I eventually discovered that I do have access to your repo so will send your feedback now. I found that your repo was neatly organized for this assignment, especially considering the number of files that are generated as a byproduct of using make. You also did a great job providing links to the files that I needed to view. Your graphs were extraordinarily colorful and unique. I have not come across these types of graphs even though we have been working with the gapminder dataset for quite some time. For the purpose of peer review, it would be good to not use echo=FALSE in the future so that we can see the code you used to generate the plots. You also performed some neat population growth analyses with accompanying graphs that were facetted by country. I appreciated that the tasks in this homework assignment were demonstrated in a highly visual way.

Wade

derekcho commented 6 years ago

Hi @cheungamanda ! Here are some comments about your hw07:

Three or more scripts, an Rmd, and a Makefile: Yes Starts by downloading data, ends with Rmd: Yes The output of each is the modified input of the previous step: Yes Includes some analysis and at least one figure: Yes Makefile includes all scripts and Rmd with correct dependencies: No (see comments) Makefile runs: Yes

Note: your mark (check minus, check, check plus) will be distributed later.