Package: BEDMatrix
Version: 1.0.0
License: MIT + file LICENSE
Title: Matrices Backed by Binary PED Files (PLINK)
Description: A matrix-like data structure that allows for efficient,
    convenient, and scalable subsetting of binary genotype/phenotype files
    generated by PLINK (http://pngu.mgh.harvard.edu/~purcell/plink/), the whole
    genome association analysis toolset, without loading the entire file into
    memory.
Authors@R: c(
    person("Alexander", "Grueneberg", email = "alexander.grueneberg@googlemail.com", role = c("aut", "cre")),
    person("Lian", "Lian", email = "lianl0501@gmail.com", role = c("ctb")),
    person("Gustavo", "de los Campos", email = "gustavoc@msu.edu", role = c("ctb")))
URL: https://github.com/QuantGen/BEDMatrix
BugReports: https://github.com/QuantGen/BEDMatrix/issues
Depends: R (>= 3.0.0)
Imports: methods, Rcpp (>= 0.12.1)
Suggests: testthat
SystemRequirements: Boost.IOStreams
LinkingTo: Rcpp
OS_type: unix
RoxygenNote: 5.0.0
NeedsCompilation: yes
Packaged: 2015-11-05 20:00:18 UTC; agrueneberg
Author: Alexander Grueneberg [aut, cre],
  Lian Lian [ctb],
  Gustavo de los Campos [ctb]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2015-11-06 05:57:28
