Type: Package
Package: gwsem
Title: Genome-Wide Structural Equation Modeling
Version: 0.1.17
Authors@R: 
    c(person(given = c("Joshua", "N."),
             family = "Pritikin",
             role = c("aut", "cre"),
             email = "jpritikin@pobox.com"),
      person(given = "Bradley",
             family = "Verhulst",
             role = "cph",
             email = "brad.verhulst@gmail.com"),
      person(given = "Gavin",
             family = "Band",
             role = "cph"),
      person(given = "Yann",
             family = "Collet",
             role = "cph"),
      person(given = "Facebook, Inc.",
             role = "cph"),
      person(given = "Yuta",
             family = "Mori",
             role = "cph"),
      person(given = "Shaun",
             family = "Purcell",
             role = "cph"),
      person(given = "Christopher",
             family = "Chang",
             role = "cph"),
      person(given = "Wojciech",
             family = "Mula",
             role = "cph"),
      person(given = "Kim",
             family = "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)
URL: https://github.com/jpritikin/gwsem
BugReports: https://github.com/jpritikin/gwsem/issues
Depends: R (>= 3.5), OpenMx (>= 2.15.5)
Imports: data.table, methods, qqman, Rcpp, lifecycle
Suggests: testthat (>= 2.1.0), MASS, covr, knitr, rmarkdown
LinkingTo: BH (>= 1.69.0-1), Rcpp
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.0.2
SystemRequirements: GNU make
Packaged: 2020-03-27 19:28:14 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: 2020-03-27 22:00:02 UTC
