-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.06 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
Package: rankingQ
Type: Package
Title: Design-Based Methods for Improving Ranking Questions
Version: 0.1.0
Authors@R: c(
person("Seo-young Silvia", "Kim", email = "sskim.research@gmail.com",
role = c("aut", "cre"), comment = c(ORCID="0000-0002-8801-9210")),
person("Yuki", "Atsusaka", email = "yuki.atsusaka@gmail.com",
role = c("aut"), comment = c(ORCID="0000-0001-5365-1876"))
)
Maintainer: The package maintainer <sskim.research@gmail.com>
Description: A system for implement bias correction that addresses
measurement errors due to random responses in ranking survey questions.
URL: https://github.com/sysilviakim/rankingQ, http://sysilviakim.com/rankingQ/
BugReports: https://github.com/sysilviakim/rankingQ/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
tidyr,
tidyselect,
purrr,
tibble,
stringr,
ggplot2,
rlang,
combinat,
PLMIX,
estimatr
Suggests:
knitr,
rmarkdown,
utils,
stats,
cli,
testthat (>= 3.0.0)
Depends:
R (>= 3.5.0)
VignetteBuilder: utils, knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3