excluder
Checks for Exclusion Criteria in Online Data. Contribute to ropensci/excluder development by creating an account on GitHub.
A Qualtrics data-cleaning package that has been in maintenance mode since its CRAN acceptance.
◆Recent moves
- 1y ago
Internet-dependent tests and examples made conditional
Almost entirely test and documentation hygiene driven by IP-geolocation data shifting outside the US. The one user-visible piece is a warning when columns are already renamed.
View source ↗ - 2y ago
qualtrics_fetch2 dataset and tidyselect deprecation fixes
A second example dataset with labels as column names makes the rename path testable by users, alongside the .data-pronoun migration that {tidyselect} forced. Typical of the dependency-driven maintenance this package now runs on.
View source ↗ - 3y ago
CRAN acceptance and graceful IP-lookup failure
CRAN acceptance and a JOSS paper land together, and the IP functions learn to fail gracefully when the geolocation source is unreachable — the fix that made the package safe to depend on in automated pipelines.
View source ↗ - 3y ago
dplyr 1.0.8 across()/is.na() compatibility fix
An upstream dplyr change broke a predicate; the fix swaps across() for if_all(). No behavioural difference for users on a working version.
View source ↗ - 3y ago
use_labels(), rename_columns(), and orientation-agnostic resolution
The most substantive feature release in the window: question labels can become column names, and res_min applies a resolution floor to both dimensions instead of assuming every screen shares an orientation. Both address real failure modes in mixed-device survey data.
View source ↗ - 3y ago
Swaps iptools for ipaddress
A dependency substitution forced by {iptools} leaving CRAN, with no change to how exclusions behave. Exactly the kind of upkeep that dominates this package's recent history.
View source ↗