-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
83 lines (83 loc) · 1.98 KB
/
DESCRIPTION
File metadata and controls
83 lines (83 loc) · 1.98 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
Package: OpenRepGrid
License: GPL (>= 2)
Title: Tools to Analyze Repertory Grid Data
LazyData: yes
Type: Package
LazyLoad: yes
Authors@R: c(
person(given = "Mark", family = "Heckmann", email = "heckmann.mark@gmail.com",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0736-7417")),
person(given = "Alejandro", family = "García Gutiérrez", role = "ctb"),
person(given = "Diego", family = "Vitali", role = "ctb")
)
Description: Analyze repertory grids, a qualitative-quantitative
data collection technique devised by George A. Kelly in the 1950s. Today, grids are used across
various domains ranging from clinical psychology to marketing. The package contains functions
to quantitatively analyze and visualize repertory grid data (e.g. 'Fransella', 'Bell', & 'Bannister',
2004, ISBN: 978-0-470-09080-0). The package is part of the The package is part of the
<https://openrepgrid.org/> project.
Version: 0.1.18
Date: 2025-07-08
Encoding: UTF-8
URL: https://github.com/markheckmann/OpenRepGrid
Imports:
methods,
graphics,
grid,
utils,
stats,
grDevices,
crayon,
plyr,
stringr,
abind,
colorspace,
psych,
XML,
pvclust,
openxlsx,
tidyr,
dplyr,
scales,
igraph
Collate:
'bertin.r'
'calc.r'
'data-openrepgrid.r'
'dev-functions.r'
'distance.R'
'double-entry.R'
'export.r'
'globals.R'
'gmMain.r'
'gridlist.R'
'import.r'
'measures.r'
'onair.r'
'openrepgrid.r'
'perturbate.R'
'preferred_poles.R'
'repgrid.r'
'repgrid-basicops.r'
'repgrid-constructs.r'
'repgrid-elements.r'
'repgrid-output.r'
'repgrid-plots.r'
'repgrid-ratings.r'
'resampling.R'
'rgl-3d.r'
'settings.r'
'utils-import.r'
'utils.r'
'zzz.r'
RoxygenNote: 7.3.2
NeedsCompilation: no
Suggests:
rgl,
testthat (>= 2.1.0),
covr,
styler,
vdiffr,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)