# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rpgen" in publications use:' type: software license: GPL-3.0-only title: 'Rpgen: Vendored ''PLINK 2'' pgenlib with a C-Callable Genotype Reader API' version: 0.1.0 doi: 10.32614/CRAN.package.Rpgen abstract: 'Vendors the read subset of ''PLINK 2''s pgenlib library (), the same subset the CRAN package ''pgenlibr'' vendors and builds, as a static library and exposes it through ''R_RegisterCCallable'' C-callable entry points. Also vendors plink2''s own import closure (''VcfToPgen'', ''BcfToPgen'', ''OxBgenToPgen'', ''OxGenToPgen'', ''OxHapslegendToPgen'', ''Plink1DosageToPgen'') so a VCF, BCF, BGEN, Oxford .gen, Oxford .haps/.legend, or legacy PLINK 1 --import-dosage file can be converted to a ''.pgen'' and read back through this package''s own reader, without a separate ''htslib''-based parser. This is a carrier package: it has no high-level R modeling API of its own beyond a milestone smoke test that opens a ''.pgen'' file and reports its sample and variant counts. Other R packages link to it (''LinkingTo'') to read ''PLINK 2'' genotype files natively from their own C or C++ code, which ''pgenlibr'' does not expose, since it only offers an R-level interface.' authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rfmalloc commit: 921d01f6786a2db38d90a2629c39f56a244b7875 url: https://sounkou-bioinfo.github.io/Rfmalloc/Rpgen/ date-released: '2026-07-10' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com