Reproducible documents in Rmarkdown have focused on science and technical data. Along with distributed version control, the R package system, unit testing and continuous integration resources there is a suite of tools which were originally developed for collaborating and testing code but now are being used more widely for all types of documentation and processes in science and beyond.
Continue reading
The R package servr can be used to set up an HTTP server to serve files under a directory. Since servr v0.2, it has added a function servr::jekyll()
specifically designed for websites based on Jekyll and R Markdown. The main features of this function are:
Continue reading