OpenRepGrid is an R package for the analysis of repertory grid data. Its home is www.openrepgrid.org.
You can install the latest release version from CRAN by typing
install.packages("OpenRepGrid", dep = TRUE)
To install the latest development version from github you can use the devtools package.
library(devtools)
install_github("markheckmann/OpenRepGrid")
To load the OpenRepGrid package after installation type
library(OpenRepGrid)
And for a first impression of the package features type
demo(OpenRepGrid)
OpenRepGrid is still in alpha phase. Please be aware that API changes may occur
If you use OpenRepGrid in your publications, you can cite it as follows.
Heckmann, M. (2014). OpenRepGrid: An R package for the analysis of repertory grids. ZENODO. doi:10.5281/zenodo.11623
