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 24/25
2024/2025
Course materials
(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 at the end of the presentation, but concerns preceding Exercises).
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.
10.03/12.03.2025
Reproducible Research – Git 3 (Two assignments in the slides)
17.03/19.03.2025 and 24.03/26.03.2025
Reproducible Research – Git 4 (Assignment in the slides)
— 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).
31.03.2025 / 02.04.2025
Reproducible Research – Codes and documentation (see Assignment in the slides)
09.04.2025 / 14.04.2025 (recording)
Reproducible Research – Reproducible Environments (no assignment, see e-mail for the recording).
Troubleshooting / Common problems
For submitting assignments once we learn GitHub, 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.