Package: infixit
Title: Helpful Additional Infix Functions
Version: 0.3.1
Authors@R: 
    person("Peter", "Licari", , "prlicari13@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-9701-6006"))
Description: Infix functions in R are those that comes between its
  arguments such as %in%, +, and *. These are useful in R 
  programming when manipulating data, performing logical operations, 
  and making new functions. 'infixit' extends the infix functions 
  found in R to simplify frequent tasks, such as finding elements
  that are NOT in a set, in-line text concatenation, augmented assignment
  operations, additional logical and control flow operators, and 
  identifying if a number or date lies between two others.
License: MIT + file LICENSE
URL: https://github.com/prlitics/infixit
BugReports: https://github.com/prlitics/infixit/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-05-24 22:14:51 UTC; prlic
Author: Peter Licari [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-9701-6006>)
Maintainer: Peter Licari <prlicari13@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-28 09:40:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:23:01 UTC; unix
