knitr::opts_chunk$set(collapse = TRUE, comment = "#")

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")

Video tutorial

Development version

The version of the package hosted on CRAN is a checked release. The latest development version is hosted at github. To install the latest version with the features currently under development you need to follow three steps:

  1. Make sure you have the latest version of R installed.
  2. Make sure the following packages are installed. If not install them by typing
install.packages(c("colorspace", "plyr", "abind", "rgl", "psych", "XML"))
  1. To download and install the OpenRepGrid development version from github you can use a function from the devtools package.
library(devtools)
install_github("OpenRepGrid", "markheckmann") 


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.