Type: Package
Package: correlation
Title: Methods for Correlation Analysis
Version: 0.8.3
Authors@R: 
    c(person(given = "Dominique",
             family = "Makowski",
             role = c("aut", "inv"),
             email = "dom.makowski@gmail.com",
             comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
      person(given = "Brenton M.",
             family = "Wiernik",
             role = c("aut", "cre"),
             email = "brenton@wiernik.org",
             comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
      person(given = "Indrajeet",
             family = "Patil",
             role = "aut",
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
      person(given = "Daniel",
             family = "Lüdecke",
             role = "aut",
             email = "d.luedecke@uke.de",
             comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
      person(given = "Mattan S.",
             family = "Ben-Shachar",
             role = "aut",
             email = "matanshm@post.bgu.ac.il",
             comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
      person(given = "Mark", 
             family = "White", 
             email = "markhwhiteii@gmail.com",
             role = "rev"),
      person(given = "Maximilian M.", 
             family = "Rabe", 
             email = "maximilian.rabe@uni-potsdam.de", 
             role = "rev", 
             comment = c(ORCID = "0000-0002-2556-5644")))
Maintainer: Brenton M. Wiernik <brenton@wiernik.org>
Description: Lightweight package for computing different kinds
    of correlations, such as partial correlations, Bayesian correlations,
    multilevel correlations, polychoric correlations, biweight
    correlations, distance correlations and more. Part of the 'easystats'
    ecosystem.
License: GPL-3
URL: https://easystats.github.io/correlation/
BugReports: https://github.com/easystats/correlation/issues
Depends:
    R (>= 3.6)
Imports:
    bayestestR (>= 0.13.0),
    datasets,
    datawizard (>= 0.5.1),
    insight (>= 0.18.4),
    parameters (>= 0.18.2),
    stats
Suggests:
    BayesFactor,
    poorman,
    energy,
    ggplot2,
    ggraph,
    gt,
    Hmisc,
    knitr,
    lme4,
    mbend,
    polycor,
    ppcor,
    psych,
    rmarkdown,
    rmcorr,
    rstanarm,
    see,
    testthat (>= 3.1.0),
    tidygraph,
    wdm,
    WRS2
VignetteBuilder: 
    knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website:
    rstudio/bslib,
    r-lib/pkgdown,
    easystats/easystatstemplate
