Package: ivs Title: Interval Vectors Version: 0.2.0.9000 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Provides a library for generic interval manipulations using a new interval vector class. Capabilities include: locating various kinds of relationships between two interval vectors, merging overlaps within a single interval vector, splitting an interval vector on its overlapping endpoints, and applying set theoretical operations on interval vectors. Many of the operations in this package were inspired by James Allen's interval algebra, Allen (1983) . License: MIT + file LICENSE URL: https://github.com/DavisVaughan/ivs, https://davisvaughan.github.io/ivs/ BugReports: https://github.com/DavisVaughan/ivs/issues Depends: R (>= 3.5.0) Imports: glue (>= 1.6.2), lifecycle (>= 1.0.3), rlang (>= 1.1.0), vctrs (>= 0.6.0) Suggests: bit64 (>= 4.0.5), clock (>= 0.6.0), covr, dplyr (>= 1.1.0), knitr, rmarkdown, testthat (>= 3.0.0), tidyr (>= 1.1.4) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://davisvaughan.r-universe.dev Date/Publication: 2023-03-17 13:56:30 UTC RemoteUrl: https://github.com/davisvaughan/ivs RemoteRef: HEAD RemoteSha: a93a4467a6f15e6831d16908ae97f9adbd209e0e NeedsCompilation: no Packaged: 2026-07-03 23:46:26 UTC; root Author: Davis Vaughan [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Davis Vaughan