-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.49 KB
/
DESCRIPTION
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
Package: OpenRepGrid.ic
License: MIT + file LICENSE
Title: Interpretive Clustering for Repertory Grids
Type: Package
LazyLoad: yes
Authors@R: c(person(
given = "Mark",
family = "Heckmann",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0736-7417") ),
person(
given = "Viv",
family = "Burr",
role = "aut"),
person(
given = "Nigel",
family = "King",
role = "aut")
)
Description: Shiny UI to identify cliques of related constructs in repertory grid data.
See Burr, King, & Heckmann (2020) <doi:10.1080/14780887.2020.1794088> for a description
of the interpretive clustering (IC) method.
Version: 0.6.2
Date: 2024-02-18
Imports:
graphics,
grDevices,
utils,
shiny,
shinyjs,
shinyBS,
shinythemes,
shinyWidgets,
shinydashboard,
shinydashboardPlus (>= 2.0.0),
shinycssloaders,
shinyFeedback,
rintrojs,
formattable,
openxlsx,
DT,
magrittr,
dplyr,
stringr,
reshape2,
scales,
splines,
igraph,
tidyr,
withr,
RColorBrewer,
tidyverse
Suggests:
knitr,
rmarkdown,
covr,
testthat
Encoding: UTF-8
URL: https://github.com/markheckmann/OpenRepGrid.ic
BugReports: https://github.com/markheckmann/OpenRepGrid.ic/issues
RoxygenNote: 7.3.0