Skip to content

bbartholdy/endgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Welcome!

GitHub release (with filter) Netlify Status build Thesis Status License: CC BY 4.0

Disclaimer: The site contains a bare-bones tracker to count the number of visitors. No other information is recorded. The stats are publically available here.

Use

The reproducibility of this repository has not been tested comprehensively, so please let me know if you encounter any issues.

Software requirements:

Linux dependencies

  • libglpk-dev libcurl4-openssl-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev libgsl-dev

To clone this repository you will need to use --recurse-submodules.

git clone --recurse-submodules [email protected]:bbartholdy/endgame.git

To load the necessary R dependencies, you will need the renv package

install.packages("renv")

Then

renv::restore()

To preview the HTML version you can run Quarto via a terminal or R console

quarto preview

or

quarto::quarto_preview()

To render the PDF version can run

quarto render --to pdf

or

quarto::quarto_render("pdf")