forked from tdeenes/eegR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.06 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
Package: eegR
Type: Package
Title: A package to analyze EEG signals
Version: 0.0.3
Date: 2015-05-27
Author: Denes Toth
Maintainer: Denes Toth <[email protected]>
Description: The eegR package has been developed to process
electroencephalography (EEG) signals. This is only a pre-alpha version
which has basic support for pre-processing EEG signals and provides
some more advanced tools to plot and analyze averaged event related
potentials (ERPs).
The whole API will change in the short term so do not rely on this package
in any form (yet).
Depends:
R (>= 3.1.0)
License: GPL-3
Imports:
abind,
checkmate,
corpcor,
data.table,
doParallel,
foreach,
iterators,
ggplot2,
gplots,
Kmisc,
matrixStats,
orthopolynom,
parallel,
proj4,
permute,
RColorBrewer,
Rcpp,
sgeostat,
utils
Suggests:
alphashape3d,
car,
caTools,
ez,
geometry,
grid,
knitr,
microbenchmark,
plotrix,
rgl,
shiny,
shinyRGL,
zoo
LinkingTo: Rcpp
VignetteBuilder: knitr