Skip to content

Commit

Permalink
Restructure chapters once more
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 27, 2016
1 parent 8b9e0ae commit bb984e9
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 386 deletions.
14 changes: 9 additions & 5 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,34 @@ new_session: yes
rmd_files: [
"index.rmd",
"intro.Rmd",
"understand.Rmd",

"explore.Rmd",
"visualize.Rmd",
"transform.Rmd",
"model.Rmd",
"variation.Rmd",
"work.Rmd",

"wrangle.Rmd",
"import.Rmd",
"tidy.Rmd",
"relational-data.Rmd",
"strings.Rmd",
"datetimes.Rmd",

"program.Rmd",
"pipes.Rmd",
"functions.Rmd",
"data-structures.Rmd",
"iteration.Rmd",
"hierarchy.Rmd",
"science.Rmd",

"model.Rmd",
"model-basics.Rmd",
"model-vis.Rmd",
"model-assess.Rmd",

"communicate.Rmd",
"communicate-plots.Rmd",
"rmarkdown.Rmd",
"shiny.Rmd",
]

before_chapter_script: "_common.R"
2 changes: 1 addition & 1 deletion communicate.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (PART) Communicate your work {-}
# (PART) Communicate {-}

# Introduction

Expand Down
2 changes: 1 addition & 1 deletion understand.Rmd → explore.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (PART) Understand your data {-}
# (PART) Explore {-}

# Introduction

Expand Down
Loading

0 comments on commit bb984e9

Please sign in to comment.