Package: excluder
Title: Checks for Exclusion Criteria in Online Data
Version: 0.5.0
Authors@R: 
  c(person(given = "Jeffrey R.",
           family = "Stevens",
           role = c("aut", "cre", "cph"),
           email = "jeffrey.r.stevens@protonmail.com",
           comment = c(ORCID = "0000-0003-2375-1360")),
    person(given = "Joseph",
             family = "O'Brien",
             role = c("rev"),
             comment = c(ORCID = "0000-0001-9851-5077")),
    person(given = "Julia",
             family = "Silge",
             role = c("rev"),
             email = "julia.silge@gmail.com",
             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)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://docs.ropensci.org/excluder/,
        https://github.com/ropensci/excluder/
BugReports: https://github.com/ropensci/excluder/issues/
Imports: cli, curl, dplyr, ipaddress, janitor, lubridate, magrittr,
        maps, rlang, stringr, tidyr, tidyselect
Depends: R (>= 3.5.0)
Suggests: covr, knitr, lifecycle, readr, rmarkdown, testthat (>=
        3.0.0), withr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-13 15:46:19 UTC; jstevens
Author: Jeffrey R. Stevens [aut, cre, cph]
    (<https://orcid.org/0000-0003-2375-1360>),
  Joseph O'Brien [rev] (<https://orcid.org/0000-0001-9851-5077>),
  Julia Silge [rev] (<https://orcid.org/0000-0002-3671-836X>)
Maintainer: Jeffrey R. Stevens <jeffrey.r.stevens@protonmail.com>
Repository: CRAN
Date/Publication: 2023-02-13 16:00:12 UTC
Built: R 4.1.3; ; 2023-04-17 19:31:42 UTC; windows
