Package: excluder Title: Checks for Exclusion Criteria in Online Data Version: 0.5.2.9000 Authors@R: c( person("Jeffrey R.", "Stevens", , "jeffrey.r.stevens@protonmail.com", 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", , "julia.silge@gmail.com", 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.3.2 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-07-07 17:39:41 UTC RemoteUrl: https://github.com/ropensci/excluder RemoteRef: main RemoteSha: 8c358d99dbea9950cb66cd501ae4c2ae7707a35e NeedsCompilation: no Packaged: 2026-06-18 08:10:04 UTC; root Author: Jeffrey R. Stevens [aut, cre, cph] (ORCID: ), Joseph O'Brien [rev] (ORCID: ), Julia Silge [rev] (ORCID: ) Maintainer: Jeffrey R. Stevens