added text explanations

This commit is contained in:
Jeremy Kidwell 2019-03-13 22:53:08 +00:00
parent 7138b39e11
commit 6c4ea02cc1
6 changed files with 69 additions and 69 deletions

View file

@ -1,8 +1,8 @@
pdf:
Rscript --quiet _render.R "bookdown::pdf_book"
Rscript --quiet index.Rmd "bookdown::pdf_book"
gitbook:
Rscript --quiet _render.R "bookdown::gitbook"
Rscript --quiet index.Rmd "bookdown::gitbook"
all:
Rscript --quiet _render.R
Rscript --quiet index.Rmd