Type: Package
Package: psycModel
Title: Integrated Toolkit for Psychological Analysis and Modeling in R
Version: 0.3.0
Authors@R: 
    person(given = "Jason",
           family = "Moy",
           role = c("aut", "cre"),
           email = "jasonmoy28@gmail.com",
           comment = c(ORCID = "0000-0001-8795-3311"))
Description: A beginner-friendly R package for modeling in psychology or
    related field. It allows fitting models, plotting, checking goodness
    of fit, and model assumption violations all in one place. It also
    produces beautiful and easy-to-read output.
License: GPL (>= 3)
URL: https://jasonmoy28.github.io/psycModel/
Depends: R (>= 2.10)
Imports: dplyr, ggplot2, glue, lavaan, lifecycle, lme4, lmerTest,
        parameters, performance, psych, rlang (>= 0.1.2), stringr,
        tibble, tidyr, utils
Suggests: correlation, covr, cowplot, fansi, ggrepel, GPArotation,
        gridExtra, interactions, knitr, nFactors, nlme, pagedown,
        qqplotr, rmarkdown, roxygen2, sandwich, see, semPlot, testthat
        (>= 3.0.0), tidyselect
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-20 16:35:44 UTC; Jasonmoy
Author: Jason Moy [aut, cre] (<https://orcid.org/0000-0001-8795-3311>)
Maintainer: Jason Moy <jasonmoy28@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-21 07:50:02 UTC
