Package: pgenlibr
Type: Package
Title: PLINK 2 Binary (.pgen) Reader
Version: 0.5.3
Date: 2025-06-24
Authors@R: c(person(given = "Christopher",
                    family = "Chang",
                    role = c("aut", "cre"),
                    email = "chrchang@alumni.caltech.edu"),
             person(given = "Eric",
                    family = "Biggers",
                    role = c("ctb", "cph"),
                    comment = "Author of included libdeflate library"),
             person(given = "Yann",
                    family = "Collet",
                    role = c("ctb"),
                    comment = "Author of included Zstd library"),
             person(given = "Meta Platforms, Inc.",
                    role = c("cph"),
                    comment = "Zstd library"),
             person(given = "Evan",
                    family = "Nemerson",
                    role = c("ctb", "cph"),
                    comment = "Author of included SIMDe library"),
             person(given = "Przemyslaw",
                    family = "Skibinski",
                    role = c("ctb"),
                    comment = "Author of included Zstd library"),
             person(given = "Nick",
                    family = "Terrell",
                    role = c("ctb"),
                    comment = "Author of included Zstd library"))
Description: A thin wrapper over PLINK 2's core libraries which provides an R
    interface for reading .pgen files.  A minimal .pvar loader is also
    included.  Chang et al. (2015) \doi{10.1186/s13742-015-0047-8}.
Encoding: UTF-8
License: LGPL (>= 3)
Copyright: This package includes sources of the libdeflate library
        owned by Eric Biggers, sources of the SIMDe library owned by
        Evan Nemerson, sources of the Zstd library owned by Meta
        Platforms, Inc., and sources of the pgenlib library owned by
        Christopher Chang.
BugReports: https://github.com/chrchang/plink-ng/issues
Imports: Rcpp (>= 1.0.1)
LinkingTo: Rcpp
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-06-24 16:16:32 UTC; chrchang
Author: Christopher Chang [aut, cre],
  Eric Biggers [ctb, cph] (Author of included libdeflate library),
  Yann Collet [ctb] (Author of included Zstd library),
  Meta Platforms, Inc. [cph] (Zstd library),
  Evan Nemerson [ctb, cph] (Author of included SIMDe library),
  Przemyslaw Skibinski [ctb] (Author of included Zstd library),
  Nick Terrell [ctb] (Author of included Zstd library)
Maintainer: Christopher Chang <chrchang@alumni.caltech.edu>
Repository: CRAN
Date/Publication: 2025-06-25 12:20:16 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 01:49:14 UTC; windows
Archs: x64
