-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 913 Bytes
/
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
Package: bigIRT
Title: Fits item response theory models to big data
Version: 0.1.8
Authors@R:
person(given = "Charles",
family = "Driver",
role = c("aut", "cre"),
email = "charles.driver@psychologie.uzh.ch",
comment = c(ORCID = "0000-0002-4174-2970"))
Description: Fits item response theory models to big data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0),
data.table
Imports:
data.table,
methods,
mize,
parallel,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.21.0),
statmod,
rstantools (>= 2.3.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.21.1),
StanHeaders (>= 2.18.0)
Suggests: testthat
Biarch: true
SystemRequirements: GNU make