Installing R and RStudio

For both programs please follow the installation instructions on the websites.

Installing the OpenRepGrid package

The easiest way to install the OpenRepGrid package is from within RStudio. Select the tab Packages -> Install and type in OpenRepGrid.

Alternatively you may also use the R command line to install the package. Just type in the following code:

install.packages("OpenRepGrid")

Loading the OpenRepGrid package

Given that R and the OpenRepGrid package are installed on your computer you need to lopad it to use it. This is a step you have do do each time when restarting R.

library(OpenRepGrid)

Now you can start analyzing your grids.