Package: semEff
Type: Package
Title: Automatic Calculation of Effects for Piecewise Structural Equation Models
Version: 0.7.2
Authors@R: person(given = c("Mark", "V."), family = "Murphy", role = c("aut", 
    "cre"), email = "murphymv@gmail.com")
Description: Automatically calculate direct, indirect, and total effects for 
    piecewise structural equation models, comprising lists of fitted models 
    representing structured equations (Lefcheck, 2016 <doi:10/f8s8rb>). 
    Confidence intervals are provided via bootstrapping.
URL: https://murphymv.github.io/semEff/, https://github.com/murphymv/semEff, 
    https://buymeacoffee.com/murphymv
BugReports: https://github.com/murphymv/semEff/issues
Depends: R (>= 3.6.0)
Imports: 
    boot,
    gsl,
    lme4,
    parallel,
    stats,
    utils
Suggests: 
    ggplot2,
    knitr,
    markdown,
    piecewiseSEM (<= 2.3.0),
    rmarkdown
VignetteBuilder: knitr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB
