Type: Package
Package: easystats
Title: Framework for Easy Statistical Modeling, Visualization, and Reporting
Version: 0.6.0
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")))
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: GPL-3
URL: https://easystats.github.io/easystats/
BugReports: https://github.com/easystats/easystats/issues
Depends:
    R (>= 3.6)
Imports:
    bayestestR (>= 0.13.0),
    correlation (>= 0.8.3),
    datawizard (>= 0.6.4),
    effectsize (>= 0.8.2),
    insight (>= 0.18.8),
    modelbased (>= 0.8.5),
    parameters (>= 0.20.0),
    performance (>= 0.10.1),
    report (>= 0.5.1),
    see (>= 0.7.4),
    tools,
    utils
Suggests:
    DT,
    flexdashboard (>= 0.6.0),
    jsonlite,
    knitr,
    rmarkdown,
    rvest,
    testthat (>= 3.1.0),
    withr,
    xml2
VignetteBuilder: 
    knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website:
    rstudio/bslib,
    r-lib/pkgdown,
    easystats/easystatstemplate
