Reproducible Research – basics

Reproducerbar forskning – det basale
Author

Steen Flammild Harsted & Søren O´Neill

Published

April 25, 2025

1 Introduction to principles of Reproducible Research using the R-ecosystem

You can download the course slides for this section here

1.1 We provide an example

To illustrates how this works, we provide an example project, which contains

  • dummy raw data
  • a run-only-once script to clean the raw data and store it as cleaned data
  • a main R script to calculate a number of results, plots and tables
  • a quarto markdown script to tie it all together and produce an HTML or DOCX file
  • a quarto presentation to re-use some of the results as a presentation

Everything is organized in a single R-project folder and your can download it as a zip file from this link

We suggest you start by reading the README.md file to get an overview.

2 Presentation

You can download the course slides for this section here