The contest will be held for 90 minutes, and will be split into the following divisions:

For this contest, you will be working with the R programming language, a powerful tool used by experts in science and industry for analyzing data.

For a quick recap of the most important points below:

Contest format

Let’s head through the basics with some basic questions,

Q: What if I don’t know how to program R (or in any language)?

Not a problem! It’s assumed that most participating in this competition won’t have a clue what R is until reading this page. The material convered in this website is sufficient for the competition.

Q: Where do I start?

By opening/downloading R, of course! There are two ways to do so:

  1. For the purposes of the competition, you will need to sign up for a free account at Posit Cloud here. This provides R in a “cloud” format, meaning that you simply sign on to Posit Cloud without downloading the entire language on your computer. From here, click on “New Project” and then “New RStudio Project”. You should now be looking at something that looks like this:
A snapshot of posit cloud
A snapshot of posit cloud


The “>” key is where you can type basic commands. Go ahead and type 1+1 in the prompt and press enter or return (depending on your machine). If you see a “2” returned, then congrats, you’ve successfully used R for your first computation!

  1. You can also download a copy of R and RStudio for your machine which can be used even if you are offline. Note that you will not be bringing your laptop to the competition, but rather will be working on a laptop provided to you.

Directions for downloading R and RStudio are given in Sections 1.4.1 and 1.4.2 in the following instructions for downloading R.

As mentioned in the instructions, make sure you download R before RStudio.