Package: vcfppR Title: Rapid Manipulation of the Variant Call Format (VCF) Version: 0.8.3 Authors@R: c( person("Zilong", "Li", , "zilong.dk@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5859-2078")), person("Bonfield, James K and Marshall, John and Danecek, Petr and Li, Heng and Ohan, Valeriu and Whitwham, Andrew and Keane, Thomas and Davies, Robert M", role = "cph", comment = "Authors of included htslib library") ) Copyright: See the file COPYRIGHTS for various htslib copyright details Description: The 'vcfpp.h' () provides an easy-to-use 'C++' 'API' of 'htslib', offering full functionality for manipulating Variant Call Format (VCF) files. The 'vcfppR' package serves as the R bindings of the 'vcfpp.h' library, enabling rapid processing of both compressed and uncompressed VCF files. Explore a range of powerful features for efficient VCF data manipulation. Encoding: UTF-8 Depends: R (>= 3.6.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: knitr, codetools, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb), GNU make. Imports: Rcpp, methods, stats, utils LinkingTo: Rcpp URL: https://github.com/Zilong-Li/vcfppR BugReports: https://github.com/Zilong-Li/vcfppR/issues License: MIT + file LICENSE VignetteBuilder: knitr Config/pak/sysreqs: make libssl-dev Repository: https://zilong-li.r-universe.dev Date/Publication: 2026-01-09 21:34:52 UTC RemoteUrl: https://github.com/zilong-li/vcfppr RemoteRef: HEAD RemoteSha: 2c9a33b0fa84ec9bc84dbb1148588e181fda5721 NeedsCompilation: yes Packaged: 2026-06-08 11:04:22 UTC; root Author: Zilong Li [aut, cre] (ORCID: ), Bonfield, James K and Marshall, John and Danecek, Petr and Li, Heng and Ohan, Valeriu and Whitwham, Andrew and Keane, Thomas and Davies, Robert M [cph] (Authors of included htslib library) Maintainer: Zilong Li