Package: JSmediation
Title: Mediation Analysis Using Joint Significance
Version: 0.1.2
Authors@R: 
    c(person(given = "Cédric",
             family = "Batailler",
             role = c("aut", "cre"),
             email = "cedric.batailler@gmail.com",
             comment = c(ORCID = "0000-0003-0553-6827")),
      person(given = "Dominique",
             family = "Muller",
             role = "aut",
             comment = c(ORCID = "0000-0001-9544-5317")),
      person(given = "Vincent",
             family = "Yzerbyt",
             role = "aut"),
      person(given = "Charles",
             family = "Judd",
             role = "aut"),
      person(given = "Arnold",
             family = "Ho",
             role = "dtc"),
      person(given = "Nour",
             family = "Kteily",
             role = "dtc"),
      person(given = "Jacqueline",
             family = "Chen",
             role = "dtc"),
      person(given = "Simone",
             family = "Dohle",
             role = "dtc"),
      person(given = "Michael",
             family = "Siegrist",
             role = "dtc"))
Description: A set of helper functions to conduct joint-significance tests
    for mediation analysis, as recommended by Yzerbyt, Muller, Batailler,
    & Judd. (2018) <doi:10.1037/pspa0000132>.
License: MIT + file LICENSE
URL: https://jsmediation.cedricbatailler.me/,
        https://github.com/cedricbatailler/JSmediation
BugReports: https://github.com/cedricbatailler/JSmediation/issues
Depends: R (>= 2.10)
Imports: broom, data.table, dplyr, glue, knitr, magrittr, MASS, purrr,
        rlang (>= 0.1.2), stats, tibble
Suggests: covr, markdown, rmarkdown, roxygen2, testthat (>= 3.0.2),
        withr
VignetteBuilder: knitr
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-06-18 10:05:21 UTC; cedricbatailler
Author: Cédric Batailler [aut, cre] (<https://orcid.org/0000-0003-0553-6827>),
  Dominique Muller [aut] (<https://orcid.org/0000-0001-9544-5317>),
  Vincent Yzerbyt [aut],
  Charles Judd [aut],
  Arnold Ho [dtc],
  Nour Kteily [dtc],
  Jacqueline Chen [dtc],
  Simone Dohle [dtc],
  Michael Siegrist [dtc]
Maintainer: Cédric Batailler <cedric.batailler@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-18 10:20:05 UTC
