To view this book, visit https://amcat.nl/book/.
To preview the book as a website:
git clone https://github.com/ccs-amsterdam/amcat-book.git
quarto previewTo render as book (html and pdf):
quarto renderThis needs a working amcat instance though. You can use the included makefile to spin one up and render the book:
make allYou need quarto and R to render the book. To handle required packages, the project uses a virtual environment (for both R and Python) with renv. To automatically install all required R packages use:
install.packages("renv")