STAT545-UBC-hw-2018-19 / hw09-rasiimwe

hw09-rasiimwe created by GitHub Classroom
0 stars 0 forks source link

TA comments #2

Open ChadFibke opened 5 years ago

ChadFibke commented 5 years ago

Coding Style

The good :thumbsup:

Needs work :thumbsdown:

Coding Strategy

The good :thumbsup:

Needs work :thumbsdown:

render_cloud_plot.pdf: files/cloud.pdf
    cp $< $@

render_bar_plot.png: files/bar_plot.png
    cp $< $@

could you not just use the relative pathways to cloud.pdf and bar_plot.png when using them as dependencies for your final report? These steps seem to be unnecessary, and create more unsorted files in your repo!

rule 1
 file("test.log")

rule 2
cat("\n Your result for step 1", file = "test.log", append = TRUE)

rule 3
cat("\n Your result for step 2", file = "test.log", append = TRUE)

Creativity & Ease of Access

The good :thumbsup:

Needs work :thumbsdown:

# For mac

mkdir data R whatever_you_want
rasiimwe commented 5 years ago

Hi @ChadFibke

Thank you very much for reviewing my work and for this comprehensive review and helpful comments - it's like another tutorial all together πŸ˜„ πŸ‘ πŸ‘ πŸ‘ Thanks . I will apply these in my subsequent R projects.

Many thanks! Rebecca

ChadFibke commented 5 years ago

Hey @rasiimwe,

I would also like to thank you for your effort you put into every assignment, and every peer review! :star:

Cheers, Chad

rasiimwe commented 5 years ago

Thanks @ChadFibke πŸ˜„