-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.71 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.71 KB
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
Package: rater
Title: Statistical Models of Repeated Categorical Rating Data
Version: 1.3.2.9000
Authors@R:
c(person(given = "Jeffrey",
family = "Pullin",
role = c("aut", "cre", "cph"),
email = "jeffrey.pullin@gmail.com",
comment = c(ORCID = "0000-0003-3651-5471")),
person(given = "Damjan",
family = "Vukcevic",
role = "aut",
comment = c(ORCID = "0000-0001-7780-9586")),
person(given = "Lars Mølgaard",
family = "Saxhaug",
role = "ctb",
comment = c(ORCID = "0000-0001-5084-1578")))
Description: Fit statistical models based on the Dawid-Skene model - Dawid
and Skene (1979) <doi:10.2307/2346806> - to repeated categorical
rating data. Full Bayesian inference for these models is supported
through the Stan modelling language. 'rater' also allows the user to
extract and plot key parameters of these models.
License: GPL-2
URL: https://jeffreypullin.github.io/rater/,
https://github.com/jeffreypullin/rater
BugReports: https://github.com/jeffreypullin/rater/issues
Depends:
R (>= 3.4.0)
Imports:
ggplot2 (>= 2.2.1),
loo (> 2.0.0),
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang (> 0.2.0),
rstan (>= 2.26.0),
rstantools (>= 2.0.0)
Suggests:
coda,
covr,
knitr,
rmarkdown,
testthat
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
VignetteBuilder:
knitr
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make