-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
33 lines (33 loc) · 1.16 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
Package: pyMTurkR
Type: Package
Title: A Client for the 'MTurk' Requester API
Version: 1.1.6
Authors@R: c(person("Tyler", "Burleigh",
role = "aut",
email = "[email protected]",
comment = c(twitter = "https://twitter.com/tylerburleigh")),
person("Thomas J.", "Leeper",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Solomon", "Messing", role = "ctb"),
person("Sean", "Murphy", role = "ctb"),
person("Jonathan", "Chang", role = "ctb"),
person("Andrew", "Brown", role = "ctb"),
person("Vineet", "Bansal", role = "cre", email = "[email protected]"))
Description: Provides access to the latest 'Amazon Mechanical Turk' ('MTurk') <https://www.mturk.com> Requester API (version '2017–01–17'), replacing the now deprecated 'MTurkR' package.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
reticulate,
curl,
stats,
utils,
XML
RoxygenNote: 7.3.1
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown