Package: BEDMatrix
Version: 1.3.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
SystemRequirements: C++11
Depends: R (>= 3.0.0)
Imports: methods, Rcpp (>= 0.12.1)
LinkingTo: Rcpp, BH
Suggests: data.table, testthat, roxygen2
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-09-28 15:47:25 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: 2016-09-28 19:34:55
