Closed kimberlyh66 closed 5 years ago
Changes made:
In order to compile a book, all .md files listed in SUMMARY.md were converted to .Rmd files.
.md
.Rmd
I have created an intro.Rmd file from the repo README to be included as first chapter of book.
intro.Rmd
I have added the files: _output.yml, _bookdown.yml, and index.Rmd.
_output.yml
_bookdown.yml
index.Rmd
_book output folder containing book html pages can be generated by running:
_book
bookdown::render_book('index.Rmd')
It looks like most of the links are broken—at least the internal ones. Bookdown handles link references somewhat differently than Gitbook. @robkooper Is there a way to have Travis check links in Web pages?
Changes made:
In order to compile a book, all
.md
files listed in SUMMARY.md were converted to.Rmd
files.I have created an
intro.Rmd
file from the repo README to be included as first chapter of book.I have added the files:
_output.yml
,_bookdown.yml
, andindex.Rmd
._book
output folder containing book html pages can be generated by running:bookdown::render_book('index.Rmd')