Office hours at the Faculty of Economic Sciences, room B201
Mondays, 13:45-14:45.
Wednesdays, 12:00-13:00.
Please send an e-mail first (!)
Reproducible Research | Materials
NOTE: these are the materials for year 2023/2024!
The current materials can be found here.
Course presentations
(assignments in parentheses)
(please take into account that this is a draft schedule, and groups may be a bit out of sync with it)
Reproducible Research – Why RR?
Reproducible Research – Git 2 (Assignment in one of the last slides).
Script (up to exercise 6) – to run, open bash and type “./git_2.sh” without the quotation marks. You will be prompted for a merge commit message.
Reproducible Research – Git 3 (Two assignments in the slides)
Reproducible Research – Git 4 (Assignment at the end)
— from this point we’ll be using GitHub for new materials and assignments. You can find the setup guide here (we will also do it during classes).
03.04.2024 / 08.04.2024
Reproducible Research – Codes and documentation (see Assignment in the slides)
Reproducible Research – Quarto and Markdown (see Assignment at the end of the .html)
17.04.2024 / 29.04.2024
Reproducible Research – Quarto and Markdown 2 (YAML and other options; see Assignment at the end of the .html)
22.04.2024 / 24.04.2024
Reproducible Research – Reproducible Environments (no assignment, see e-mail for the recording).
07.05.2024 / 13.05.2024
Reproducible Research – Quarto and Markdown 3 (bibliographies, presentations,
parameters; see Assignment at the end of the files for the Params part)
22.05.2024 / 27.05.2024
Reproducible Research – Metaanalysis (final course assignment at the end of the materials)
29.05.2024 / 03.06.2024
Reproducible Research – Presentations + Testing and LLMs
Troubleshooting / Common problems
For submitting assignments, the key steps are:
1) Have a fork of the course repository.
2) Clone it to your computer.
3) Set a remote path to the original course repository. Use it to pull the new materials.
4) Work on the assignment. Commit it. Push it to your repository fork.
For a more detailed description of the setup check here: Setting up the course repository
If you forgot about adding a message to your commit, you might have ended up in VIM. It’s a free, text-editting software that sometimes feels like a trap. But it’s actually telling you that you need to add a message to your commit.