Skip to content

Commit

Permalink
add reference to redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkmanMH committed May 12, 2019
1 parent 9a15ba7 commit 4a66e04
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 03_data_science_practice.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
25 changes: 21 additions & 4 deletions 89_RMarkdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand All @@ -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/))

Expand All @@ -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/)


***

0 comments on commit 4a66e04

Please sign in to comment.