Repository for the project submission required by the module T3INF4333 "Grundlagen Data Science" held in 2024 by Lothar B. Blum at the DHBW Stuttgart. The task requires creating an exploratory data analysis as an R notebook.
All required dependencies are managed as Nix flake. To compile the R notebook to an HTML site, run
echo "rmarkdown::render('main.Rmd', 'html_notebook')" | nix develop --command R --slave
This will get you the same result as the online version.
JetBrain provides a plugin for R development. To use the same R installation specified in the Nix flake, make sure to add the R bash script as your R interpreter. This approach should work for every other development tool, although it is not tested.