forked from jiangyouxiang/TestAnaAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 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
Package: TestAnaAPP
Title: A 'shiny' App for Test Analysis and Visualization
Version: 1.1.2
Authors@R:
c(person(given = "Youxiang", family = "Jiang",
email = "[email protected]",
role = c("cre", "aut","ths"),
comment = "0000-0003-4557-5038"),
person(given = "Qing", family = "Zeng",
email = "[email protected]",
role = c("aut","ths")),
person(given = "Hongbo", family = "Wen",
email ="[email protected]",
role = c("aut","ths"),
comment = "0000-0001-8620-9734"))
Description: This application provides exploratory and confirmatory factor analysis, classical test theory, unidimensional and multidimensional item response theory, and continuous item response model analysis, through the 'shiny' interactive interface. In addition, it offers rich functionalities for visualizing and downloading results. Users can download figures, tables, and analysis reports via the interactive interface.
Depends: ggplot2 (>= 3.4.3),
mirt (>= 1.42),
shinydashboard (>= 0.7.2),
EstCRM (>= 1.6),
shiny (>= 1.7.5)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: DT (>= 0.29),
golem (>= 0.4.1),
officedown (>= 0.3.0),
stringr (>= 1.5.0),
dplyr (>= 1.1.2),
bruceR (>= 2023.8.23),
officer (>= 0.6.2),
openxlsx (>= 4.2.5.2),
rmarkdown (>= 2.24),
plotrix (>= 3.8-2),
cowplot (>= 1.1.1),
flextable (>= 0.9.2),
shinycssloaders (>= 1.0.0),
tidyr (>= 1.3.0),
difR (>= 5.1),
lordif (>= 0.3-3),
latticeExtra (>= 0.6-30),
semPlot (>= 1.1.6)
Suggests:
testthat (>= 3.2.1.1)
URL: https://github.com/jiangyouxiang/TestAnaAPP
BugReports: https://github.com/jiangyouxiang/TestAnaAPP/issues