Package: umx
Version: 1.4.9
Date: 2016-12-05
Title: Structural Equation Modelling in R with 'OpenMx'
Authors@R: c(person("Timothy C", "Bates", role = c("aut", "cre"),
    email = "timothy.c.bates@gmail.com"))
Maintainer: Timothy C Bates <timothy.c.bates@gmail.com>
License: GPL-3
URL: http://github.com/tbates/umx
Description: Create, run, and report structural equation and twin models quickly.
    If you're just starting out, try typing '?umx'.
Depends:
    R (>= 3.2.0),
    OpenMx (>= 2.5.0)
Imports:
    DiagrammeR,
    knitr,
    MASS,
    Matrix,
    methods,
    mvtnorm,
    numDeriv,
    polycor,
    R2HTML,
    RCurl,
    sfsmisc,
    utils
Suggests:
    devtools,
    testthat,
    gdata
BugReports: http://github.com/tbates/umx/issues
Roxygen: list(wrap = FALSE)
LazyData: true
RoxygenNote: 5.0.1
