forked from bbuchsbaum/rMVPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 1.29 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: rMVPA
Type: Package
Title: Multivoxel Pattern Analysis in R
Version: 0.1.2
Date: 2019-03-08
Authors@R: person("Bradley", "Buchsbaum",, "brad.buchsbaum@gmail.com", c("aut", "cre"))
Maintainer: Bradley R. Buchsbaum <brad.buchsbaum@gmail.com>
Description: An R package to facilitate multivoxel pattern analysis of
neuroimaging data in R.
License: GPL (>= 2)
Imports:
assertthat,
dplyr,
tibble,
caret,
neuroim2,
itertools,
parallel,
foreach,
sda,
doParallel,
MASS,
futile.logger,
stringr,
Matrix,
Metrics,
memoise,
purrr,
furrr,
ModelMetrics,
matrixStats,
modelr,
Rfit,
neurosurf,
io
Collate:
'allgeneric.R'
'classifiers.R'
'common.R'
'crossval.R'
'dataset.R'
'design.R'
'feature_selection.R'
'manova_model.R'
'mvpa_iterate.R'
'mvpa_model.R'
'model_fit.R'
'mvpa_result.R'
'performance.R'
'rMVPA.R'
'regional.R'
'resample.R'
'rsa_model.R'
'searchlight.R'
'utils.R'
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
knitr,
rmarkdown,
roxygen2,
glmnet,
e1071,
randomForest,
iterators,
optparse,
ffmanova
Remotes:
bbuchsbaum/neuroim2,
bbuchsbaum/neurosurf
VignetteBuilder: knitr
Encoding: UTF-8