-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME.Rmd
90 lines (59 loc) · 4.38 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
echo = FALSE,
comment = "#",
fig.path = "man/figures/"
)
options(width = 200)
library(OpenRepGrid)
```
# OpenRepGrid: An R Package for the Analysis of Repertory Grid Data <a href="https://docs.openrepgrid.org"><img src="man/figures/logo.png" align="right" height="138" /></a>
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/OpenRepGrid)](https://CRAN.R-project.org/package=OpenRepGrid)
[![](https://cranlogs.r-pkg.org/badges/OpenRepGrid)](https://cran.rstudio.com/web/packages/OpenRepGrid/index.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/OpenRepGrid)](https://cran.r-project.org/package=OpenRepGrid)
[![](https://img.shields.io/badge/devel-v0.1.17-blue.svg)](https://github.com/markheckmann/OpenRepGrid)
[![R-CMD-check](https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/markheckmann/OpenRepGrid?branch=master&svg=true)](https://ci.appveyor.com/project/markheckmann/OpenRepGrid)
[![Codecov test coverage](https://codecov.io/gh/markheckmann/OpenRepGrid/branch/master/graph/badge.svg)](https://codecov.io/gh/markheckmann/OpenRepGrid?branch=master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![status](https://joss.theoj.org/papers/88b1ba29095623f416d9fe944afe5cd8/status.svg)](https://joss.theoj.org/papers/88b1ba29095623f416d9fe944afe5cd8)
[![Donate](https://img.shields.io/badge/Donate-❤-EA4AAA)](https://github.com/sponsors/markheckmann)
<!-- badges: end -->
<br>
> You love repertory grids? So do we! Find out about a powerful tool to analyze your grids!
## About
**OpenRepGrid** is an R package to analyze and visualize [repertory grid](https://en.wikipedia.org/wiki/Repertory_grid) data. The repertory grid (often abbreviated *grid* or *repgrid*) is a data collection method which originated from [Personal Construct Theory](https://en.wikipedia.org/wiki/Personal_construct_theory) (Kelly 1955). It was originally designed as an instrument for psychotherapy. Nowadays, it is used in many other fields, including market, organizational, political, educational and sensory research. See [here](https://docs.openrepgrid.org/articles/web/intro) for a brief introduction.
![**Figure 1.** Example of a repertory grid dataset (with rows and columns clustered by similarity).](man/figures/bertin-clustered.png)
<br>
## Installation
Install the latest release version from [CRAN](https://cran.r-project.org/web/packages/OpenRepGrid/index.html)
install.packages("OpenRepGrid", dep = TRUE)
Install the latest development version from github.
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)
## Documentation
Visit the package documentation website: <https://docs.openrepgrid.org/>
## Contributing to OpenRepGrid
You can contribute to OpenRepGrid in various ways. You can, for example, file a bug report, help improve the documentation or write code. See the our [contributing guide](https://docs.openrepgrid.org/CONTRIBUTING.html) for detailed information.
Anyone getting involved in this package agrees to our [Code of
Conduct](https://github.com/markheckmann/OpenRepGrid/blob/master/CODE_OF_CONDUCT.md).
If our software makes your life easier, consider sponsoring us — think of it as buying us a coffee while we keep hacking away! [![Donate](https://img.shields.io/badge/Donate-❤-EA4AAA)](https://github.com/sponsors/markheckmann)
#### Contributors
- [Mark Heckmann](https://markheckmann.de) (package maintainer)
- Richard C. Bell
- Alejandro García Gutiérrez ([\@j4n7](https://github.com/j4n7))
- Diego Vitali ([\@artoo-git](https://github.com/artoo-git))
- José Antonio González Del Puerto ([\@MindCartographer](https://github.com/MindCartographer))
- Jonathan D. Raskin
## References
Kelly, George Alexander. 1955. *The Psychology of Personal Constructs*. New York: Norton.