Package: semptools
Title: Customizing Structural Equation Modelling Plots
Version: 0.2.9.6
Authors@R: c(
    person(given = "Shu Fai",
           family = "Cheung",
           role = c("aut", "cre"),
           email = "shufai.cheung@gmail.com",
           comment = c(ORCID = "0000-0002-9871-9448")),
    person(given = "Mark Hok Chio",
           family = "Lai",
           role = c("aut"),
           email = "marklhc@gmail.com ",
           comment = c(ORCID = "0000-0002-9196-7406"))
           )
Description: Most function focus on specific ways to customize a graph.
             They use a 'qgraph' output  as the first argument, and return a
             modified 'qgraph' object. This allows the functions to be chained
             by a pipe operator.
URL: https://sfcheung.github.io/semptools/
BugReports: https://github.com/sfcheung/semptools/issues
Depends: R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: dplyr, lavaan, rlang
Suggests: semPlot, testthat (>= 2.1.0), knitr, rmarkdown, magrittr
RoxygenNote: 7.2.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-25 15:04:24 UTC; sfcheung
Author: Shu Fai Cheung [aut, cre] (<https://orcid.org/0000-0002-9871-9448>),
  Mark Hok Chio Lai [aut] (<https://orcid.org/0000-0002-9196-7406>)
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-25 15:20:02 UTC
