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!
Picking a style
See more about customizing style on this page in the guide.
By default this course template will use the jhudsl data science lab style. However, you can customize and switch this to another style set.
Using a style set
Read more about the style sets here.
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!
Picking a style
See more about customizing style on this page in the guide.
By default this course template will use the jhudsl data science lab style. However, you can customize and switch this to another style set.
Using a style set
Read more about the style sets here.
style-sets/<set-name>/index.Rmdandstyle-sets/<set-name>/_output.ymlto the top of the repository to overwrite the defaultindex.Rmdand_output.yml.style-sets/<set-name>/copy-to-assetsto theassetsfolder in the top of the repository.Files that need edited upon creating a new course.
README.md- Fill in all the{ }.index.Rmd- thetitle: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.