-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
60 lines (60 loc) · 1.85 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
Type: Package
Package: circumplex
Title: Analysis and Visualization of Circular Data
Version: 1.0.0.9000
Authors@R:
c(person(given = "Jeffrey",
family = "Girard",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7359-3746")),
person(given = "Johannes",
family = "Zimmermann",
role = "aut",
comment = c(ORCID = "0000-0001-6975-2356")),
person(given = "Aidan",
family = "Wright",
role = "aut",
comment = c(ORCID = "0000-0002-2369-0601")))
Description: Circumplex models, which organize constructs in a circle around two
underlying dimensions, are popular for studying interpersonal functioning,
mood/affect, and vocational preferences/environments. This package provides
tools for analyzing and visualizing circular data, including scoring
functions for relevant instruments and a generalization of the bootstrapped
structural summary method from Zimmermann & Wright (2017)
<doi:10.1177/1073191115621795> and functions for creating publication-ready
tables and figures from the results.
License: GPL-3
URL: https://github.com/jmgirard/circumplex,
http://circumplex.jmgirard.com/
BugReports: https://github.com/jmgirard/circumplex/issues
Depends:
R (>= 3.4)
Imports:
boot (>= 1.3-18),
ggforce (>= 0.3.0),
ggplot2 (>= 3.3.0),
htmlTable (>= 1.13.3),
Rcpp,
rlang,
stats
Suggests:
covr (>= 3.5.0),
ggrepel,
kableExtra (>= 1.1.0),
knitr (>= 1.28),
RColorBrewer,
rmarkdown (>= 2.1),
roxygen2 (>= 7.1.0),
testthat (>= 3.0.0),
vdiffr
LinkingTo:
Rcpp,
RcppArmadillo (>= 0.11)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3