Package: psycho
Type: Package
Title: Efficient and Publishing-Oriented Workflow for Psychological
        Science
Version: 0.2.3
Authors@R: c(
    person("Dominique", 
        "Makowski", 
        email = "dom.makowski@gmail.com",
        role = c("aut", "cre", "cph")), 
    person("Viliam",
        "Simko",
        role = "ctb",
        email = "viliam.simko@gmail.com"),
    person("Sasha", 
        "Epskamp", 
        role = "rev",
        comment = "Sasha reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/470")
    )
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
URL: https://github.com/neuropsychology/psycho.R
BugReports: https://github.com/neuropsychology/psycho.R/issues
Description: Toolbox for psychologists, neuropsychologists and neuroscientists. 
 It implements methods to create report-ready outputs for many statistical models, 
 as well as various convenient statistical functions used in psychological science, 
 such as correlation matrices and standardization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: R (>= 3.4.0)
Imports: methods, dplyr, ggplot2, tidyr, stringr, purrr, psych, MASS,
        nFactors, qgraph, ppcor, ggcorrplot, rstanarm, MuMIn, lmerTest,
        coda, emmeans, broom, tibble, DescTools, pbkrtest, BayesFactor,
        scales
Suggests: knitr, rmarkdown, testthat, covr, lme4, plotly, loo (>=
        2.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-11 15:01:03 UTC; Dom
Author: Dominique Makowski [aut, cre, cph],
  Viliam Simko [ctb],
  Sasha Epskamp [rev] (Sasha reviewed the package for JOSS, see
    https://github.com/openjournals/joss-reviews/issues/470)
Repository: CRAN
Date/Publication: 2018-05-11 16:07:24 UTC
