-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME.Rmd
More file actions
101 lines (64 loc) · 4.82 KB
/
README.Rmd
File metadata and controls
101 lines (64 loc) · 4.82 KB
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
91
92
93
94
95
96
97
98
99
100
101
---
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 -->
[](https://CRAN.R-project.org/package=OpenRepGrid)
[](https://cran.rstudio.com/web/packages/OpenRepGrid/index.html)
[](https://cran.r-project.org/package=OpenRepGrid)
[](https://github.com/markheckmann/OpenRepGrid)
[](https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml)
[](https://ci.appveyor.com/project/markheckmann/OpenRepGrid)
[](https://codecov.io/gh/markheckmann/OpenRepGrid?branch=master)
[](https://www.repostatus.org/#active)
[](https://joss.theoj.org/papers/88b1ba29095623f416d9fe944afe5cd8)
[](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.

<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 a development version from github by referencing a the dev branch (e.g., `0.1.19`):
library(devtools)
install_github("markheckmann/OpenRepGrid@01.1.19")
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/>
## Questions
If you get stuck, you can get help on [StackOverflow](https://stackoverflow.com/):
- Make sure to read [How to write a good R question with a reproducible example](https://stackoverflow.com/collectives/r-language/articles/76995406/how-to-write-a-good-r-question-with-a-reproducible-example) before posting your question
- Add the tags `R` and `openrepgrid` to your question
## 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! [](https://github.com/sponsors/markheckmann)
#### Authors
- [Mark Heckmann](https://markheckmann.de) (package maintainer)
#### Contributors
- 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.