Package: rempsyc
Title: Convenience Functions for Psychology
Version: 0.1.3
Date: 2023-06-19
Authors@R: 
    person("Rémi", "Thériault", , "remi.theriault@mail.mcgill.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-4315-6788"))
Description: Make your workflow faster and easier. Easily customizable
    plots (via 'ggplot2'), nice APA tables (following the style of the
    *American Psychological Association*) exportable to Word (via
    'flextable'), easily run statistical tests or check assumptions, and
    automatize various other tasks.
License: GPL (>= 3)
URL: https://rempsyc.remi-theriault.com
BugReports: https://github.com/rempsyc/rempsyc/issues
Depends: 
    R (>= 3.6)
Imports: 
    rlang,
    dplyr (>= 1.1.0)
Suggests: 
    flextable (>= 0.9.1),
    ggplot2 (>= 3.4.0),
    effectsize (> 0.8.2),
    performance (>= 0.10.0),
    insight (>= 0.18.4),
    correlation,
    datawizard (>= 0.5.0),
    report (>= 0.5.1),
    modelbased,
    see,
    lmtest,
    ggrepel,
    boot,
    bootES,
    ggsignif,
    qqplotr (>= 0.0.6),
    broom,
    emmeans,
    ggpubr,
    interactions,
    openxlsx2,
    patchwork,
    psych,
    VennDiagram,
    methods,
    testthat (>= 3.0.0),
    knitr,
    markdown,
    rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
