-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
70 lines (70 loc) · 1.82 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
Package: eegUtils
Type: Package
Title: Utilities for Electroencephalographic (EEG) Analysis
Version: 0.8.0
Date: 2024-10-22
Authors@R: c(
person("Matt", "Craddock", role = c("aut", "cre"), email = "[email protected]"),
person("Matti", "Vuorre", role = "ctb", email = "[email protected]"),
person("ggplot2 authors", role = c("cph"), comment = "Routines borrowed from ggplot2 to allow contours to be drawn on topoplots"))
Maintainer: Matt Craddock <[email protected]>
Description: Electroencephalography data processing and visualization tools. Includes import
functions for 'BioSemi' (.BDF), 'Neuroscan' (.CNT), 'Brain Vision Analyzer' (.VHDR),
'EEGLAB' (.set) and 'Fieldtrip' (.mat). Many preprocessing functions such as
referencing, epoching, filtering, and ICA are available. There are a variety
of visualizations possible, including timecourse and topographical plotting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 3.4.0),
dplyr (>= 1.0.0),
scales,
purrr,
shiny (>= 1.6.0),
tidyr (>= 1.0.0),
miniUI,
rlang (>= 1.0.0),
MASS,
signal,
tibble,
stats,
matrixStats,
abind,
plotly,
future.apply,
Rcpp,
data.table,
isoband,
bslib
Depends:
R (>= 4.0.0)
RoxygenNote: 7.3.2
Suggests:
testthat,
vdiffr,
covr,
knitr,
rmarkdown,
JADE,
ica,
geigen,
fICA,
edfReader,
ini,
R.matlab,
hdf5r,
mgcv,
infomax (>= 0.1.0),
Hmisc
URL: https://github.com/craddm/eegUtils, https://craddm.github.io/eegUtils, https://craddm.github.io/eegUtils/
BugReports: https://github.com/craddm/eegUtils/issues
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
LinkingTo:
Rcpp,
RcppArmadillo
Roxygen: list(markdown = TRUE)
Remotes:
eegverse/infomax