This repo contains R tidyverse code associated for the text,
Kosuke Imai. 2017. "Quantitative Social Science: An Introduction" URL, Amazon.
To view the rendered pages visit https://jrnold.github.io/qss-tidy.
The site is built with the R package bookdown.
Install the necessary R dependencies with
devtools::install()
Render the book by running:
bookdown::render_book("index.Rmd")`
Serve the book and render on change to files by running:
bookdown::serve_book()
Rendering the book requires an initialization of the qss folder, which depends on an external repository. To do so, run the following in the shell:
git submodule update --init