-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.12 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
Package: mupp
Title: Multi-Unidimensional Pairwise Preference (MUPP) IRT Model
Version: 0.0.2.9000
Authors@R: c(person(given = "Steven",
family = "Nydick",
email = "swnydick@gmail.com",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-2908-1188")))
Description: Probability functions to describe the MUPP model, simulate responses
to the MUPP model, and estimate parameters of the MUPP model.
License: MIT + file LICENSE
URL: https://swnydick.github.io/mupp/index.html,
https://github.com/swnydick/mupp
Depends:
R (>= 3.4.0)
Imports:
data.table (>= 1.10.4.3),
extraDistr (>= 1.8.9),
lhs (>= 0.16),
magrittr (>= 1.5),
Rcpp (>= 0.12.16),
roperators (>= 1.1.0),
lifecycle
Suggests:
ggplot2 (>= 2.2.1),
knitr (>= 1.20),
markdown (>= 1.1),
numDeriv (>= 2016.8.1),
rmarkdown (>= 1.9),
testthat (>= 2.0.0),
tidyr (>= 0.8.0),
covr
LinkingTo:
Rcpp (>= 0.12.16)
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)