-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.1 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
Package: neuropsychology
Type: Package
Title: Toolbox for Psychologists, Neuropsychologists and Neuroscientists
Version: 0.5.2
Authors@R: c(person("Dominique", "Makowski", email="[email protected]", role=c("aut", "cre")),
person("Phillip", "Alday", email="[email protected]", role=c("ctb")),
person("Marco", "Sperduti", email="[email protected]", role=c("ctb")))
URL: https://github.com/neuropsychology/neuropsychology.R
Date: 2017-2-14
Maintainer: Dominique Makowski <[email protected]>
BugReports: https://github.com/neuropsychology/neuropsychology.R/issues
Description: Contains statistical functions (for patient assessment, data preprocessing and reporting, ...) and datasets useful in psychology, neuropsychology and neuroscience.
License: MIT + file LICENSE
Depends: R (>= 3.2.0), tidyverse
Imports:
dplyr,
tidyr,
ggplot2,
lme4,
psych,
ggcorrplot,
Hmisc,
MuMIn,
png,
tm,
wordcloud2,
BayesFactor,
htmlTable,
ppcor,
stringi,
caret,
pdftools,
xml2,
rvest
Suggests: lmerTest
LazyData: TRUE
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 5.0.1