grattan / R_at_Grattan

Using R at Grattan
https://grattan.github.io/R_at_Grattan/
Creative Commons Zero v1.0 Universal
7 stars 3 forks source link

passing on travis #13

Closed MattCowgill closed 5 years ago

MattCowgill commented 5 years ago

The book is now building on travis-ci.com

To get this working I had to:

Note @wfmackey - if we use more packages in the book, we need to also add them to the DESCRIPTION (as you would for a package)

I've also restructured it so that the chapters aren't numbered. To modify the chapter order, just shuffle them around in _bookdown.yml. The chapters are still numbered in the sidebar of the site itself. Note that if you give something a level one header it'll define a new chapter (even if it's within the same .Rmd as another chapter).

closes #11 closes #12