-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
51 lines (51 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: psycho
Type: Package
Title: Efficient and Publishing-Oriented Workflow for Psychological Science
Version: 0.6.1
Authors@R: c(
person("Dominique",
"Makowski",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5375-9967")),
person("Hugo",
"Najberg",
role = "ctb"),
person("Viliam",
"Simko",
role = "ctb"),
person("Sasha",
"Epskamp",
role = "rev",
comment = "Sasha reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/470")
)
Maintainer: Dominique Makowski <[email protected]>
URL: https://github.com/neuropsychology/psycho.R
BugReports: https://github.com/neuropsychology/psycho.R/issues
Description: The main goal of the psycho package is to provide tools for psychologists, neuropsychologists and neuroscientists,
to facilitate and speed up the time spent on data analysis. It aims at supporting best practices and tools to format the output
of statistical methods to directly paste them into a manuscript, ensuring statistical reporting standardization and conformity.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports:
stats,
scales,
utils,
dplyr,
stringr,
ggplot2,
insight,
bayestestR,
parameters,
effectsize
Suggests:
knitr,
rmarkdown,
testthat,
covr,
GPArotation
VignetteBuilder: knitr