# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "extraoperators" in publications use:' type: software license: GPL-3.0-only title: 'extraoperators: Extra Binary Relational and Logical Operators' version: 0.3.0 doi: 10.32614/CRAN.package.extraoperators abstract: '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. All operators have built in prefixes defined for all, subset, and which to reduce the amount of code needed for common tasks, such as return those values that are true.' authors: - family-names: Wiley given-names: Joshua F. email: jwiley.psych@gmail.com orcid: https://orcid.org/0000-0002-0271-6702 repository: https://jwiley.r-universe.dev repository-code: https://github.com/JWiley/extraoperators commit: 795ba7141be6937f1d4ef10bbab1a9f2e253e30d url: https://joshuawiley.com/extraoperators/ contact: - family-names: Wiley given-names: Joshua F. email: jwiley.psych@gmail.com orcid: https://orcid.org/0000-0002-0271-6702