r4ds/_config.yml

26 lines
478 B
YAML
Raw Normal View History

2015-12-15 00:12:40 +08:00
name: R for data science
markdown: redcarpet
highlighter: pygments
2015-07-28 05:52:19 +08:00
2015-12-15 00:12:40 +08:00
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",
# ]