- R https://stat.ethz.ch/CRAN/
- RStudio Desktop https://posit.co/download/rstudio-desktop/
- git https://git-scm.com/downloads
- Download the repository locally
git clone https://github.com/schw4b/titanic.git
- Open the titanic project and the analysis file
- Start RStudio, click the Menu "File", "Open Project...", and open the file
titanic.Rproj
. - Click "File", "Open File.." and open the Quarto Document
titanic.qmd
.
- Install the required R packages
install.packages("carData")
install.packages("testit")
- Press "Render"
You should see the final document in your browser, just like here on my website https://www.statsyup.org/titanic/.
quarto publish gh-pages titanic.qmd