stephens999 / fiveMinuteStats

A repo of short "vignettes" illustrating statistical concepts
http://stephens999.github.io/fiveMinuteStats
Other
298 stars 86 forks source link

Re-organize website #26

Closed jdblischak closed 7 years ago

jdblischak commented 7 years ago

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").