Package: extraoperators Title: Extra Binary Relational and Logical Operators Version: 0.4.0 Authors@R: person(given = "Joshua F.", family = "Wiley", role = c("aut", "cre"), email = "jwiley.psych@gmail.com", comment = c(ORCID = "0000-0002-0271-6702")) Author: Joshua F. Wiley [aut, cre] () Maintainer: Joshua F. Wiley URL: https://joshuawiley.com/extraoperators/, https://github.com/JWiley/extraoperators BugReports: https://github.com/JWiley/extraoperators/issues Description: Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks such as finding the indices and subsetting. Inspired by mathematics, where something like: 3 < x < 6 is a standard, elegant and clear way to assert that x is both greater than 3 and less than 6 (see for example ), a chaining operator is implemented. The chaining operator, %c%, allows multiple relational operations to be used in quotes on the right hand side for the same object, on the left hand side. The %e% operator allows something like set-builder notation (see for example ) to be used on the right hand side. Operators have built in prefixes defined for all, any, subset, and which to reduce the amount of code needed for common tasks, such as return those values that are true. License: GPL-3 Encoding: UTF-8 Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://jwiley.r-universe.dev Date/Publication: 2026-06-18 02:44:22 UTC RemoteUrl: https://github.com/jwiley/extraoperators RemoteRef: HEAD RemoteSha: 7bb8eb6f9d3819bb0af8fd5fad1210291a28854b NeedsCompilation: no Packaged: 2026-06-18 06:15:53 UTC; root