From 2e37431e7dec54ba53957b079d989142a2e39eca Mon Sep 17 00:00:00 2001 From: Garrett Date: Mon, 2 May 2016 10:15:49 -0400 Subject: [PATCH] Splits R Markdown chapter in two. --- _bookdown.yml | 3 ++- communicate.Rmd | 10 ++++++++++ dynamic-documents.Rmd | 3 +++ reproducible-research.Rmd | 3 +++ rmarkdown.Rmd | 11 ----------- 5 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 dynamic-documents.Rmd create mode 100644 reproducible-research.Rmd delete mode 100644 rmarkdown.Rmd diff --git a/_bookdown.yml b/_bookdown.yml index 5513176..f0f3cf2 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -29,8 +29,9 @@ rmd_files: [ "model-assess.Rmd", "communicate.Rmd", + "reproducible-research.Rmd", + "dynamic-documents.Rmd", "communicate-plots.Rmd", - "rmarkdown.Rmd", ] before_chapter_script: "_common.R" diff --git a/communicate.Rmd b/communicate.Rmd index 4c6c61e..8127dbe 100644 --- a/communicate.Rmd +++ b/communicate.Rmd @@ -3,3 +3,13 @@ # Introduction Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion). + +Recommendations for learning more about communication: + +For writing: [Style: Lessons in Clarity and Grace](http://amzn.com/0321898680), + +For presentations: [slide:ology](http://amzn.com/0596522347), , (academic), http://speaking.io, https://www.coursera.org/learn/public-speaking + +For expository visulisations: WSJ guide? + +Design: [The Non-Designer's Design Book](http://amzn.com/0133966151) diff --git a/dynamic-documents.Rmd b/dynamic-documents.Rmd new file mode 100644 index 0000000..126869e --- /dev/null +++ b/dynamic-documents.Rmd @@ -0,0 +1,3 @@ +# Dynamic Documents with R Markdown + + diff --git a/reproducible-research.Rmd b/reproducible-research.Rmd new file mode 100644 index 0000000..417f03a --- /dev/null +++ b/reproducible-research.Rmd @@ -0,0 +1,3 @@ +# Reproducible Research with R Markdown + + diff --git a/rmarkdown.Rmd b/rmarkdown.Rmd deleted file mode 100644 index 4407df7..0000000 --- a/rmarkdown.Rmd +++ /dev/null @@ -1,11 +0,0 @@ -# R Markdown - -Recommendations for learning more about communication: - -For writing: [Style: Lessons in Clarity and Grace](http://amzn.com/0321898680), - -For presentations: [slide:ology](http://amzn.com/0596522347), , (academic), http://speaking.io, https://www.coursera.org/learn/public-speaking - -For expository visulisations: WSJ guide? - -Design: [The Non-Designer's Design Book](http://amzn.com/0133966151)