Type: Package
Package: easystats
Title: Framework for Easy Statistical Modeling, Visualization, and Reporting
Version: 0.7.3
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,
    correlation,
    datawizard,
    effectsize,
    insight,
    modelbased,
    parameters,
    performance,
    report,
    see,
    tools,
    utils
Suggests:
    DHARMa,
    DT,
    flexdashboard (>= 0.6.2),
    glmmTMB,
    httr,
    jsonlite,
    knitr,
    mockery,
    pak,
    patchwork,
    rmarkdown,
    testthat (>= 3.2.1),
    withr,
    xml2
VignetteBuilder:
    knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website: easystats/easystatstemplate
