Use new bookdown yml

This commit is contained in:
hadley 2016-02-11 16:31:22 -06:00
parent 59f09dd8a9
commit 27cc6617bb
2 changed files with 24 additions and 20 deletions

24
_bookdown.yml Normal file
View File

@ -0,0 +1,24 @@
rmd_files: [
"understand.Rmd",
"visualize.Rmd",
"transform.Rmd",
"model.Rmd",
"variation.Rmd",
"work.Rmd",
"import.Rmd",
"tidy.Rmd",
"relational-data.Rmd",
"strings.Rmd",
"datetimes.Rmd",
"program.Rmd",
"functions.Rmd",
"data-structures.Rmd",
"lists.Rmd",
"robust-code.Rmd",
"science.Rmd",
"model-vis.Rmd",
"model-assess.Rmd",
"communicate.Rmd",
"rmarkdown.Rmd",
"shiny.Rmd",
]

View File

@ -3,23 +3,3 @@ markdown: redcarpet
highlighter: pygments
exclude: ["CONTRIBUTING.md", "README.md", "book", "vendor"]
# rmd_files: [
# "index.Rmd",
# "intro.Rmd",
# "visualize.Rmd",
# "transform.Rmd",
# "tidy.Rmd",
# "model.Rmd",
# "import.Rmd",
# "eda.Rmd",
# "rmarkdown.Rmd",
# "shiny.Rmd",
# "data-structures.Rmd",
# "functions.Rmd",
# "strings.Rmd",
# "datetimes.Rmd",
# "lists.Rmd",
# "model-vis.Rmd",
# "model-assess.Rmd",
# ]