ropensci / software-review

rOpenSci Software Peer Review.
291 stars 104 forks source link

Submission: psycho #154

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Summary

The goal of psycho is twofold: 1) provide functions for statistical routines crafted for the needs of psychological science and 2) provide tools to transform complex outputs (such as those of Bayesian and frequentist mixed models) into something that the user can (almost) directly paste into a report or a manuscript, promoting data exploration, analyses reproducibility and enhance the standardization of results reporting.

Package: psycho
Type: Package
Title: Efficient and Publishing-Oriented Workflow for Psychological Science
Version: 0.0.2
Authors@R: c(
    person("Dominique", 
        "Makowski", 
        email = "dom.makowski@gmail.com",
        role = c("aut", "cre")), 
    person("Viliam",
        "Simko",
        role = "ctb",
        email = "viliam.simko@gmail.com")
    )
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 statistical models, 
    as well as various convenient statistical functions used in psychological science, 
    such as correlation matrices and normalization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: 
    R (>= 3.1.0)
Imports:
    ggplot2,
    dplyr,
    tidyr,
    purrr,
    tidyverse,
    rtf,
    psych,
    ppcor,
    corrplot,
    rstanarm,
    MuMIn,
    lmerTest
Suggests:
    knitr,
    rmarkdown,
    testthat,
    covr,
    lme4,
    broom
VignetteBuilder: knitr

https://github.com/neuropsychology/psycho.R

Data extraction and data munging as psycho extracts important indices, computes others, and cleans the output to present the data in the format needed by psychologists.

Neuroscientists and psychologists.

There are no other R packages to my knowledge providing that set of tools.

Requirements

Confirm each of the following by checking the box. This package:

Publication options

Detail

Unfortunately, I have no recommendation of reviewers.

sckott commented 7 years ago

hi @DominiqueMakowski đŸ‘‹

Thanks so so much for your submission!

Editors have discussed your submission and we regret to say that we've decided that it's out of scope. It seems to be a general workflow package, which doesn't fall under our criteria, because it's too general and doesn't hit the specific areas of reproducibility that we have decided to support. In addition, it implements statistical method which we don't support here.

Let me know if you disagree or if you have any questions.

DominiqueMakowski commented 7 years ago

Thanks for your time!