forked from Triads-Developer/labelR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Type: Package
Package: labelR
Title: Pairwise Data Labeling with Amazon's Mechanical Turk
Version: 0.1.3
Date: 2023-02-06
Authors@R: c(
person("Ryden", "Butler", , "[email protected]", role = "aut"),
person("Binghan", "Zheng", , "[email protected]", role = "cre"),
person("Ju Yeon", "Park", , "[email protected]", role = "aut"),
person("Jacob", "Montgomery", , "[email protected]", role = "aut"),
person("David", "Carlson", role = "aut")
)
Description: Label data in a pairwise comparison framework by
crowdsourcing workers on Amazon's Mechanical Turk platform <https://www.mturk.com>.
License: GPL (>= 2)
Depends:
methods,
R (<= 4.2.0)
Imports:
graphics,
pyMTurkR,
rstan,
Rcpp,
grDevices
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'fitStan.R'
'auditWorkers.R'
'checkWorkers.R'
'formatAnswer.R'
'formatHIT.R'
'formatQuestion.R'
'formatTest.R'
'getResults.R'
'listify.R'
'Text.R'
'sendComparisons.R'
Collate.windows:
'auditWorkers.R'
'checkWorkers.R'
'formatAnswer.R'
'formatHIT.R'
'formatQuestion.R'
'formatTest.R'
'getResults.R'
'listify.R'
'Text.R'
'sendComparisons.R'
'fitStan.R'
Collate.unix:
'auditWorkers.R'
'checkWorkers.R'
'formatAnswer.R'
'formatHIT.R'
'formatQuestion.R'
'formatTest.R'
'getResults.R'
'listify.R'
'Text.R'
'sendComparisons.R'
'fitStan.R'