Chapter 60 Github Initial Setup
Create a repo called “CC20” by following the instructions written in the bookdown-template.
In
index.Rmd, edit the title, github-repo and add description.In
_bookdown.yml, edit relevant github information.In
index.Rmd, include “Chapter 1: Instructions” similar to CC19.Add “Chapter 2: The Sample Project” by creating
sample_project.Rmd.In
_bookdown.yml, define our own order of Rmd files for the book in a field namedrmd_files. Withoutrmd_files, the table of content of the book would be ordered alphabetically by the title of each Rmd file. Please read bookdown Usage for further reference.