-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
49 lines (49 loc) · 1.31 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
Package: excluder
Title: Checks for Exclusion Criteria in Online Data
Version: 0.5.1
Authors@R: c(
person("Jeffrey R.", "Stevens", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2375-1360")),
person("Joseph", "O'Brien", role = "rev",
comment = c(ORCID = "0000-0001-9851-5077")),
person("Julia", "Silge", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-3671-836X"))
)
Description: Data that are collected through online sources such as
Mechanical Turk may require excluding rows because of IP address
duplication, geolocation, or completion duration. This package
facilitates exclusion of these data for Qualtrics datasets.
License: GPL (>= 3)
URL: https://docs.ropensci.org/excluder/,
https://github.com/ropensci/excluder/
BugReports: https://github.com/ropensci/excluder/issues/
Depends:
R (>= 3.5.0)
Imports:
cli,
curl,
dplyr,
ipaddress,
janitor,
lubridate,
magrittr,
maps,
rlang,
stringr,
tidyr,
tidyselect
Suggests:
covr,
knitr,
lifecycle,
readr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3