-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.63 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
Package: dextergui
Type: Package
Title: A Graphical User Interface for Dexter
Version: 0.3.0
Authors@R: c(person("Jesse","Koops", role = c("aut", "cre"), email="[email protected]"),
person("Eva","de Schipper", role = c("aut")),
person("Ivailo","Partchev", role = c("aut", "ctb")),
person("Gunter", "Maris", role = c("aut", "ctb")),
person("Timo", "Bechger", role = c("aut", "ctb")),
person("Gareth", "Watts", role = c("cph"), comment = "author of jquery.sparkline"),
person("Hakim", "El Hattab", role = c("cph"), comment = "author of zoom.js"))
Maintainer: Jesse Koops <[email protected]>
Description: Classical Test and Item analysis,
Item Response analysis and data management for educational and psychological tests.
License: LGPL-3
URL: https://dexter-psychometrics.github.io/dexter/
BugReports: https://github.com/dexter-psychometrics/dexter/issues
Encoding: UTF-8
Depends:
R (>= 4.1),
dexter (>= 1.2.1)
Imports:
shiny (>= 1.3.0),
shinyBS (>= 0.6),
DT (>= 0.9),
htmltools (>= 0.4.0),
htmlwidgets (>= 1.3),
shinyjs (>= 2.0),
shinyFiles (>= 0.9.2),
jsonlite (>= 1.5),
dplyr (>= 1.0),
tidyr (>= 1.0),
tibble (>= 3.0),
rlang (>= 0.4.0),
RCurl (>= 1.95),
DBI (>= 1.0.0),
readxl (>= 1.1),
writexl (>= 1.0),
readODS (>= 1.6),
ggplot2 (>= 3.3.5),
ggExtra (>= 0.8),
ggridges (>= 0.5.1),
networkD3 (>= 0.4),
Cairo,
graphics,
grDevices,
methods,
utils,
tools
RoxygenNote: 7.0.2
Suggests:
knitr,
psych,
sirt,
MLCIRTwithin,
rmarkdown
VignetteBuilder: knitr