Type: Package
Package: easystats
Title: Framework for Easy Statistical Modeling, Visualization, and Reporting
Version: 0.7.2
Authors@R: 
    c(person(given = "Daniel",
             family = "Lüdecke",
             role = c("aut", "cre"),
             email = "d.luedecke@uke.de",
             comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
      person(given = "Dominique",
             family = "Makowski",
             role = "aut",
             email = "dom.makowski@gmail.com",
             comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
      person(given = "Mattan S.",
             family = "Ben-Shachar",
             role = "aut",
             email = "matanshm@post.bgu.ac.il",
             comment = c(ORCID = "0000-0002-4287-4801")),
      person(given = "Indrajeet",
             family = "Patil",
             role = "aut",
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
      person(given = "Brenton M.",
             family = "Wiernik",
             role = "aut",
             email = "brenton@wiernik.org",
             comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
      person("Etienne", "Bacher", , "etienne.bacher@protonmail.com", role = "aut",
             comment = c(ORCID = "0000-0002-9271-5075")),
      person(given = "Rémi", 
             family = "Thériault",
             role = "aut", 
             email = "remi.theriault@mail.mcgill.ca",
             comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")))
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: A meta-package that installs and loads a set of packages from 
    'easystats' ecosystem in a single step. This collection of packages provide 
    a unifying and consistent framework for statistical modeling, visualization, 
    and reporting. Additionally, it provides articles targeted at instructors for 
    teaching 'easystats', and a dashboard targeted at new R users for easily 
    conducting statistical analysis by accessing summary results, model fit indices, 
    and visualizations with minimal programming.
License: MIT + file LICENSE
URL: https://easystats.github.io/easystats/
BugReports: https://github.com/easystats/easystats/issues
Depends:
    R (>= 3.6)
Imports:
    bayestestR (>= 0.13.2),
    correlation (>= 0.8.4),
    datawizard (>= 0.10.0),
    effectsize (>= 0.8.8),
    insight (>= 0.19.11),
    modelbased (>= 0.8.7),
    parameters (>= 0.21.7),
    performance (>= 0.11.0),
    report (>= 0.5.8),
    see (>= 0.8.4),
    tools,
    utils
Suggests:
    DHARMa,
    DT,
    flexdashboard (>= 0.6.2),
    glmmTMB,
    httr,
    jsonlite,
    knitr,
    mockery,
    patchwork,
    rmarkdown,
    testthat (>= 3.2.1),
    withr,
    xml2
VignetteBuilder: 
    knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website:
    rstudio/bslib,
    r-lib/pkgdown,
    easystats/easystatstemplate
