Package: gwsem
Type: Package
Title: Genome-Wide Structural Equation Modeling
Version: 0.1.8
Authors@R: 
  c(person(c("Joshua", "N."), "Pritikin", email="jpritikin@pobox.com", role=c("aut", 'cre')),
    person("Bradley", "Verhulst", role="cph", email="brad.verhulst@gmail.com"),
    person("Gavin", "Band", role="cph"),
    person("Yann", "Collet", role="cph"),
    person("Facebook, Inc.", role="cph"),
    person("Yuta", "Mori", role="cph"),
    person("Shaun", "Purcell", role="cph"),
    person("Christopher", "Chang", role="cph"),
    person("Wojciech", "Mula", role="cph"),
    person("Kim", "Walisch", role="cph"))
Description: Melds genome-wide association tests with structural
    equation modeling (SEM) using 'OpenMx'. This package contains low-level
    C/C++ code to rapidly read genetic data encoded in U.K. Biobank or 'plink'
    formats. Prebuilt modeling options include one and two factor
    models. Alternately, analyses may utilize arbitrary, user-provided SEMs.
    See Verhulst, Maes, & Neale (2017) <doi:10.1007/s10519-017-9842-6> for
    details. An updated manuscript is in preparation.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Language: en-US
LinkingTo: BH (>= 1.69.0-1)
Depends: R (>= 3.5), OpenMx (>= 2.15.5)
Imports: data.table, methods, qqman
Suggests: testthat (>= 2.1.0), MASS, covr, knitr, rmarkdown
RoxygenNote: 6.1.1
SystemRequirements: GNU make
URL: https://github.com/jpritikin/gwsem
BugReports: https://github.com/jpritikin/gwsem/issues
NeedsCompilation: yes
VignetteBuilder: knitr
Packaged: 2019-12-09 15:18:49 UTC; joshua
Author: Joshua N. Pritikin [aut, cre],
  Bradley Verhulst [cph],
  Gavin Band [cph],
  Yann Collet [cph],
  Facebook, Inc. [cph],
  Yuta Mori [cph],
  Shaun Purcell [cph],
  Christopher Chang [cph],
  Wojciech Mula [cph],
  Kim Walisch [cph]
Maintainer: Joshua N. Pritikin <jpritikin@pobox.com>
Repository: CRAN
Date/Publication: 2019-12-10 07:30:02 UTC
