Package: Immutables
Type: Package
Title: Fast and Functional Data Structures
URL: https://oneilsh.github.io/Immutables/,
        https://github.com/oneilsh/Immutables
BugReports: https://github.com/oneilsh/Immutables/issues
Version: 1.1.0
Authors@R: c(
    person(given = "Shawn T.", family = "O'Neil", email = "shawn@tislab.org", role = c("aut", "cre"))
  )
Description: Provides fast, side-effect free data structures, including
    catenable named lists, priority queues, double-ended queues, ordered
    sequences, and interval indices. Implementation is based on the
    finger-tree data structure of Hinze and Paterson (2006)
    <doi:10.1017/S0956796805005769>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: coro, Rcpp, lambda.r
LinkingTo: Rcpp
Suggests: bench, covr, dplyr, ggplot2, ggtext, igraph, IRanges, knitr,
        microbenchmark, pkgdown, pkgload, rmarkdown, rprojroot,
        rstackdeque, rticles, S4Vectors, scales, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-08-17 18:33:52 UTC; oneilsh
Author: Shawn T. O'Neil [aut, cre]
Maintainer: Shawn T. O'Neil <shawn@tislab.org>
Repository: CRAN
Date/Publication: 2026-08-21 17:50:08 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-08-21 23:53:26 UTC; windows
Archs: x64
