-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
78 lines (78 loc) · 1.79 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: mtscr
Type: Package
Title: Multidimensional Top Scoring for Creativity Research
Version: 1.0.2
Authors@R: c(
person(
"Jakub", "Jędrusiak",
email = "jakub.jedrusiak2@uwr.edu.pl",
role = c("aut", "cre", "cph"),
comment = c(
ORCID = "0000-0002-6481-8210",
affiliation = "University of Wrocław"
)
),
person(
"Boris", "Forthmann",
email = "boris.forthmann@uni-muenster.de",
role = c("aut", "rev"),
comment = c(
ORCID = "0000-0001-9755-7304",
affiliation = "University of Münster"
)
),
person(
c("Roger", "E."), "Beaty",
email = "rebeaty@psu.edu",
role = "aut",
comment = c(
ORCID = "0000-0001-6114-5973",
affiliation = "Pennsylvania State University"
)
),
person(
"Maciej", "Karwowski",
email = "maciej.karwowski@uwr.edu.pl",
role = "aut",
comment = c(
ORCID = "0000-0001-6974-1673",
affiliation = "University of Wrocław"
)
)
)
Description: Implementation of Multidimensional Top Scoring
method for creativity assessment proposed in
Boris Forthmann, Maciej Karwowski, Roger E. Beaty (2023) <doi:10.1037/aca0000571>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jakub-jedrusiak/mtscr
BugReports: https://github.com/jakub-jedrusiak/mtscr/issues
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
broom.mixed,
cli,
dplyr (>= 1.1.0),
glmmTMB,
glue,
lifecycle,
methods,
purrr,
readr,
rlang (>= 0.4.11),
stringr,
tibble
Suggests:
shiny,
covr,
datamods,
DT,
roxygen2,
shinyWidgets,
testthat (>= 3.0.0),
withr,
writexl
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)