Package: fastRanges Type: Package Title: Deterministic Multithreaded Genomic Interval Operations Version: 1.1.0 Authors@R: person(given = "Chirag", family = "Parsania", role = c("aut", "cre"), email = "chirag.parsania@gmail.com", comment = c(github = "cparsania")) Description: High-performance interval overlap and join operations for 'IRanges' and 'GenomicRanges'. The package provides deterministic multithreaded overlap computation, reusable subject indexes for repeated queries, and join helpers that keep range metadata in a consistent output grammar. URL: https://github.com/cparsania/fastRanges, https://cparsania.github.io/fastRanges/ BugReports: https://github.com/cparsania/fastRanges/issues License: Artistic-2.0 Encoding: UTF-8 Depends: R (>= 4.5.0) Imports: methods, S4Vectors, IRanges, GenomicRanges, GenomeInfoDb, Rcpp LinkingTo: Rcpp Suggests: BiocStyle, testthat (>= 3.0.0), knitr, rmarkdown, pkgdown, XVector, ggplot2, dplyr, tidyr, scales VignetteBuilder: knitr SystemRequirements: quarto biocViews: Software, Infrastructure, Sequencing Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:06:59 UTC RemoteUrl: https://github.com/bioc/fastRanges RemoteRef: HEAD RemoteSha: a9dee34d4e4459a83b13b6b3d5d9f23fde07bb55 NeedsCompilation: yes Packaged: 2026-07-06 10:38:15 UTC; root Author: Chirag Parsania [aut, cre] (github: cparsania) Maintainer: Chirag Parsania