Learning Resources

Curated links for reproducible research in R and beyond

Getting Started with R

Reproducible Research & Quarto

WarningOn using AI assistants for code

AI tools can speed up your coding but also confidently produce incorrect results. Always test AI-generated code on data you understand before using it in real analyses.

Quarto Website Resources

… for the adventurous!

Do you want to customise your layout? You need .scss!

Sass is the name of the tool, SCSS is the syntax we use. When you search for resources you’ll find both names used interchangeably, and that’s fine. The one thing to watch out for: if an example you find doesn’t use curly braces {} and semicolons ;, it’s using the older Sass syntax — you can usually just add curly braces and semicolons to make it work as SCSS. Look at the example below!

$primary: #2A7F62

nav
  background: $primary
$primary: #2A7F62;

nav {
  background: $primary;
}

Website made in Quarto by SORTEE Members

Before copying code from GitHub, always check the LICENSE of the repo!

Website Github Repo
Cecilia Baldoni Website Github


~ COMING SOON ~


Resource suggestions welcome! Open an issue on GitHub or message us on Slack.