Package: psycho
Type: Package
Title: Efficient and Publishing-Oriented Workflow for Psychological
        Science
Version: 0.1.4
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.1.0)
Imports: methods, ggplot2, dplyr, tidyr, stringr, purrr, psych, MASS,
        nFactors, qgraph, ppcor, ggcorrplot, rstanarm, MuMIn, lmerTest
Suggests: tidyverse, knitr, rmarkdown, testthat, covr, lme4, broom
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-22 07:51:43 UTC; DomM
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-03-22 08:25:35 UTC
