This contains my personal website (https://joeh.netlify.com) through the bookdown package. Utilizes Netlify to publish and Hugo to build. Currently CI/CD not implemented, as updates are scarce enough, and this forces me to keep a mental model of what each part does. This website used to contain a shiny application (hosted on shinyapps.io) embedded as an iframe in the Rmd document, just to prove that I could.
Website contains my what-would-be analysis of lichess data (34GB compressed) for a month. Duckdb would have been the best way to implement this; currently uses Postgres. Parsing of the games using python (using the psycopg package to insert into Postgres), and analysis in R (using the dbplyr package).
Potentially reproducable via venv and renv functionality? Currently unsure if set up correctly or not. (It's not)
Excellent books that aided this process: