Type: Package
Package: tidyLPA
Title: Easily Carry Out Latent Profile Analysis (LPA) Using Open-Source
        or Commercial Software
Version: 0.2.4
Authors@R: c(
    person(c("Joshua", "M"), "Rosenberg", role = c("aut", "cre"), email = "jmichaelrosenberg@gmail.com"),
    person(c("Jennifer", "A"), "Schmidt", role = "ctb", email = "jaschmid@msu.edu"),
    person(c("Patrick", "N"), "Beymer", role = "ctb", email = "beymerpa@msu.edu"),
    person(c("Daniel"), "Anderson", role = "ctb", email = "daniela@uoregon.edu"),
    person(c("Caspar"), "van Lissa", role = "aut", email = "c.j.vanlissa@uu.nl"),
    person(c("Matthew", "J."), "Schell", role = "ctb", email = "schellma@msu.edu")
    )
Description: An interface to the 'mclust' package to easily carry out latent profile
    analysis ("LPA"). Provides functionality to estimate commonly-specified models.
    Follows a tidy approach, in that output is in the form of a data frame that can
    subsequently be computed on. Also has functions to interface to the commercial 
    'MPlus' software via the 'MplusAutomation' package.
License: MIT + file LICENSE
URL: https://jrosen48.github.io/tidyLPA/
BugReports: https://github.com/jrosen48/tidyLPA/issues
Depends: R (>= 2.10)
Imports: dplyr, forcats, ggplot2, magrittr, mclust, purrr, readr,
        rlang, stringr, tibble, tidyr
Suggests: covr, devtools, knitr, MplusAutomation, parallel, rmarkdown,
        roxygen2, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-01-02 14:01:27 UTC; joshuarosenberg
Author: Joshua M Rosenberg [aut, cre],
  Jennifer A Schmidt [ctb],
  Patrick N Beymer [ctb],
  Daniel Anderson [ctb],
  Caspar van Lissa [aut],
  Matthew J. Schell [ctb]
Maintainer: Joshua M Rosenberg <jmichaelrosenberg@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-02 14:30:03 UTC
