Package: intrval
Type: Package
Title: Relational Operators for Intervals
Version: 1.0-0
Date: 2025-07-12
Authors@R: 
    c(person(given = "Peter",
             family = "Solymos",
             comment = c(ORCID = "0000-0001-7337-1740"),
             role = c("aut", "cre"),
             email = "psolymos@gmail.com"))
Maintainer: Peter Solymos <psolymos@gmail.com>
Description: Evaluating if values
  of vectors are within different open/closed intervals
  (`x %[]% c(a, b)`), or if two closed
  intervals overlap (`c(a1, b1) %[]o[]% c(a2, b2)`).
  Operators for negation and directional relations also implemented.
License: GPL-2
Imports: fpCompare
URL: https://github.com/psolymos/intrval
BugReports: https://github.com/psolymos/intrval/issues
LazyLoad: yes
NeedsCompilation: no
Packaged: 2025-07-13 23:45:30 UTC; Peter
Author: Peter Solymos [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7337-1740>)
Repository: CRAN
Date/Publication: 2025-07-14 00:10:02 UTC
Built: R 4.3.3; ; 2025-07-14 21:53:06 UTC; unix
