diff --git a/03_data_science_practice.Rmd b/03_data_science_practice.Rmd index 1f00a97..84e47a7 100644 --- a/03_data_science_practice.Rmd +++ b/03_data_science_practice.Rmd @@ -164,11 +164,15 @@ Economics & Econometrics"](https://www.tse-fr.eu/sites/default/files/TSE/documen * Ben Marwick, 20 July 2017, [Reproducible Research Compendia via R packages](https://rawgit.com/benmarwick/Marwick-Berlin-R-users-2017/master/Marwick-Berlin-R-users-2017.html#1), presentation at Berlin R Users +* see also [{redoc}], "a package to enable a two-way R Markdown Microsoft Word workflow. It generates Word documents that can be de-rendered back into R Markdown, retaining edits on the Word document, including tracked changes." + + ### Reproducible data * Greg Finak (2018-09-18) [Building Reproducible Data Packages with DataPackageR](https://ropensci.org/blog/2018/09/18/datapackager/) + ### spreadsheets: the anti-reproducible research * Karl Broman and Kara Woo, ["Data organization in spreadsheets"] [@Broman_Woo_2017]. diff --git a/89_RMarkdown.Rmd b/89_RMarkdown.Rmd index 5e1f6b0..2cbccfd 100644 --- a/89_RMarkdown.Rmd +++ b/89_RMarkdown.Rmd @@ -7,7 +7,7 @@ This section provides links to resources for using the various packages that use R Markdown. -### R Markdown +## R Markdown Yihui Xie, J. J. Allaire, Garrett Grolemund (2018) [R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/) @@ -28,17 +28,30 @@ Pete Mohanty (2017-11-07) [Automating Summary of Surveys with RMarkdown](https:/ Andrew MacDonald (2018-02-09) [How I use Rmarkdown](http://thestudyofthehousehold.com/post/how-i-use-rmarkdown/) -- three handy tips on how to use markdown. -### blogdown +### {blogdown} Malcolm Barrett, [Move R Markdown HTML slides to Blogdown and Push to Web](https://gist.github.com/malcolmbarrett/7c5935d1734016dcb0b2c81b9bc3b549) -### bookdown +### {bookdown} Yihui Xie, [bookdown: Authoring Books and Technical Documents with R Markdown](https://bookdown.org/yihui/bookdown/) -## Shiny + +### {redoc} + +[redoc - Reversible Reproducible Documents](https://noamross.github.io/redoc/) + +* "a package to enable a two-way R Markdown Microsoft Word workflow. It generates Word documents that can be de-rendered back into R Markdown, retaining edits on the Word document, including tracked changes." + +GitHub: [noamross/redoc](https://github.com/noamross/redoc) + + + +*** + +## {Shiny} Colin Fay, 2019-04-29, [Building a Shiny App as a Package](https://www.r-bloggers.com/building-a-shiny-app-as-a-package/) (via [R-bloggers.com](https://www.r-bloggers.com/)) @@ -47,3 +60,7 @@ Colin Fay, 2019-04-29, [Building a Shiny App as a Package](https://www.r-blogger ### Other reference materials Dean Attalli (2015-03-24) [Knitr's best hidden gem: spin](http://deanattali.com/2015/03/24/knitrs-best-hidden-gem-spin/) + + +*** +