forked from craddm/eegUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.25 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
Package: eegUtils
Type: Package
Title: A collection of utilities for EEG analysis
Version: 0.5.0
Date: 2019-11-03
Authors@R: c(
person("Matt", "Craddock", role = c("aut", "cre"), email = "[email protected]"),
person("Matti", "Vuorre", role = "ctb", email = "[email protected]"))
Maintainer: Matt Craddock <[email protected]>
Description: A collection of functions for EEG processing. Includes import
functions for Biosemi (BDF) and Neuroscan (CNT), topographical plotting, referencing, and epoching.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
dplyr,
scales,
mgcv,
purrr,
shiny,
tidyr (>= 1.0.0),
miniUI,
rlang (>= 0.4.0),
MASS,
Matrix,
edfReader,
signal,
tibble,
stats,
matrixStats,
R.matlab,
viridis,
pracma,
abind,
data.table,
ini,
shinydashboard,
plotly,
future.apply,
Rcpp
Depends:
R (>= 3.2.0)
RoxygenNote: 7.0.2
Suggests: testthat,
vdiffr,
covr,
knitr,
rmarkdown,
JADE,
ica,
geigen,
fICA
URL: https://github.com/craddm/eegUtils, https://craddm.github.io/eegUtils
BugReports: https://github.com/craddm/eegUtils/issues
VignetteBuilder: knitr
LinkingTo:
Rcpp,
RcppArmadillo