Purpose:
- Share interactive Rmarkdown documents with collaborators in a clean interface
- Do it all from within RStudio
How I use it:
- Edit Rmarkdown and preview rendered site in Rstudio using
servr::jekyll()
- Use Git with a post-receive hook for building and deploying the Jekyll site remotely
- Git push (from whithin RStudio) now becomes deploy
Based on/Credit to:
Requirements:
Note: if hosting on Github pages, you will have to build the site locally first since the jekyll plugins are not allowed.
Screenshots
License
MIT