Workshop Materials
The workshop materials consist of a project structure and dummy scripts that will be used during the session.
- Right-click on the following link and select Save Link As…: my-reproducible-manuscript.zip
- Save the zip file in a location that you can easily access. We recommend to not use the default download location of your browser.
- Extract the contents of the zipped file.
Your folder should look like this:
my-reproducible-manuscript
├── _freeze
├── _manuscript
├── _quarto.yml
├── data
│ └── data.csv
├── index.qmd
├── results
├── scripts
│ ├── do_addition.py
│ ├── do_addition.R
│ ├── dummy.py
│ └── dummy.R
├── README.md
├── references.bib