Package: Rhtslib Title: HTSlib high-throughput sequencing library as an R package Description: This package provides version 1.18 of the 'HTSlib' C library for high-throughput sequence analysis. The package is primarily useful to developers of other R packages who wish to make use of HTSlib. Motivation and instructions for use of this package are in the vignette, vignette(package="Rhtslib", "Rhtslib"). biocViews: DataImport, Sequencing URL: https://bioconductor.org/packages/Rhtslib, http://www.htslib.org/ BugReports: https://github.com/Bioconductor/Rhtslib/issues Version: 3.9.0 License: LGPL (>= 2) Copyright: Unless otherwise noted in the file, all files outside src/htslib-1.18 or inst/include copyright Bioconductor; for files inside src/htslib-1.18 or inst/include, see file src/htslib-1.18/LICENSE. Encoding: UTF-8 Authors@R: c( person("Nathaniel", "Hayden", role=c("led", "aut"), email="nhayden@fredhutch.org"), person("Martin", "Morgan", role="aut", email="martin.morgan@roswellpark.org"), person("Hervé", "Pagès", role=c("aut", "cre"), email="hpages.on.github@gmail.com"), person("Tomas", "Kalibera", role="ctb"), person("Jeroen", "Ooms", role="ctb")) Imports: tools Suggests: knitr, rmarkdown, BiocStyle SystemRequirements: libbz2 & liblzma & libcurl (with header files), GNU make StagedInstall: no VignetteBuilder: knitr Config/pak/sysreqs: make libbz2-dev liblzma-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:40:40 UTC RemoteUrl: https://github.com/bioc/Rhtslib RemoteRef: HEAD RemoteSha: 29c0999d599e15f97b80bf26ea8d87e006e92913 NeedsCompilation: yes Packaged: 2026-06-23 14:49:11 UTC; root Author: Nathaniel Hayden [led, aut], Martin Morgan [aut], Hervé Pagès [aut, cre], Tomas Kalibera [ctb], Jeroen Ooms [ctb] Maintainer: Hervé Pagès