This PR changes the website infrastructure from the ashlar template to the workflowr template. The R Markdown files are in analysis/. The website HTML and supporting libraries (and also the figures) are in docs/. To build the site, run rmarkdown::render_site(input = "analysis").
This PR changes the website infrastructure from the ashlar template to the workflowr template. The R Markdown files are in
analysis/
. The website HTML and supporting libraries (and also the figures) are indocs/
. To build the site, runrmarkdown::render_site(input = "analysis")
.