Follow the Wiki instructions here for details on how to complete the items in this issue.
The following files need to be edited to get this new course started!
If you are creating an ITCR course:
If you are creating any other courses:
Files that need edited upon creating a new course.
Files that need to be edited upon adding each new chapter (including upon creating a new course):
Files that need to be edited upon adding new packages that the book's code uses:
docker/Dockerfile needs to have the new package added so it will be installed. See instructions.
- The code chunk in
index.Rmd should be edited to add the new package.
Follow the Wiki instructions here for details on how to complete the items in this issue.
The following files need to be edited to get this new course started!
If you are creating an ITCR course:
_output.ymlandindex.Rmdfiles_output-itcr.ymlandindex-itcr.Rmdfiles but delete the-itcrparts of those file names.If you are creating any other courses:
_output-itcr.ymlandindex-itcr.Rmdfiles.Files that need edited upon creating a new course.
README.md- Fill in all the{ }.index.Rmd- theauthor:,title:, anddescription:should be updated.About.Rmd- Replace information with your own author information and change the course title in the yaml header!01-intro.Rmd- replace the information there with information pertinent to this new course.02-chapter_of_course.Rmd- This Rmd has examples of how to set things up, if you don't need it as a reference, it can be deleted.code_outputcan be deleted if you don't plan to use code.Files that need to be edited upon adding each new chapter (including upon creating a new course):
_bookdown.yml- The list of Rmd files that need to be rendered needs to be updated. See instructions.book.bib- any citations need to be added. See instructions.Files that need to be edited upon adding new packages that the book's code uses:
docker/Dockerfileneeds to have the new package added so it will be installed. See instructions.index.Rmdshould be edited to add the new package.