Closed gvegayon closed 2 years ago
Hey @USCbiostats/pm566-fall2021! Feel free to make as many submissions as you want until 11:59 PM PST this Friday. I will only consider the latest submission as the official one.
Hi Professor, @gvegayon, I tried _Rscript --vanilla -e 'rmarkdown::render("Assignment_01/README.Rmd", outputformat = "all")' It says that output file: README.knit.md Output created: README.html But I can't find any md file in my folder, so I still use keep_md: yes. Where can I find my md file if I use command-line tool? Thank you.
Hi Professor, @gvegayon, I tried _Rscript --vanilla -e 'rmarkdown::render("Assignment_01/README.Rmd", outputformat = "all")' It says that output file: README.knit.md Output created: README.html But I can't find any md file in my folder, so I still use keep_md: yes. Where can I find my md file if I use command-line tool? Thank you.
You need to make sure that the output lists both HTML and GitHub output, e.g.:
output:
- github_document
- html_document
Discussion for Week 5
Welcome to week 5! We will be using this issue tracker for this week's sessions.
Once you have completed your lab, please either:
a. Upload your pdf/html file with your solutions here (more info), b. Add a link to a Github repository where you keep the file using Github's auto-links
Due date
Assignment number 1 is due this week (September 24, 2021). Please cross-reference your commit with this issue.