-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
74 lines (74 loc) · 2.35 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
74
Package: eeguana
Type: Package
Title: Flexible Manipulation of EEG Data
Description: Flexible manipulation of EEG data in R. It provides a data.table
powered framework for manipulating EEG data with dplyr-based functions
(e.g., `mutate`, `filter`, `summarize`) extended to a new class, eeg_lst,
other EEG-specialized functions, and `ggplot` wrapper functions. The new
class is inspired by tidyverse principles but it's not really "tidy" (due
to space considerations), it's a list of (i) a wide data table (signal_tbl)
that contains the signal amplitudes at every sample point of the EEG, (ii)
an events data table with information about markers (or triggers), blinks
and other exported information, and (iii) a long table with experimental
information, such as participant number (.recording), conditions, etc.
eeguana can do only basic pre-processing for now.
Version: 0.1.11.9001
Authors@R: c(
person("Bruno", "Nicenboim", email = "[email protected]", role = c("aut", "cre")),
person("Kate", "Stone", email = "[email protected]", role = "ctb"),
person("Mark", "Fairbanks", email = "[email protected]", role = "ctb"))
URL: https://bruno.nicenboim.me/eeguana, https://github.com/bnicenboim/eeguana
BugReports: https://github.com/bnicenboim/eeguana/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
R (>= 3.1.0),
stats
Imports:
ggplot2 (>= 3.1.0),
dplyr (>= 1.0.0),
tidyr (>= 0.8.2),
purrr (>= 0.2.5),
tidyselect (>= 0.2.5),
tools,
magrittr (>= 1.5),
rlang (>= 0.3.1),
MBA (>= 0.0.9),
data.table (>= 1.12.2),
edfReader (>= 1.2.0),
gtable (>= 0.2.0),
scales (>= 1.0.0),
fICA (>= 1.1),
JADE (>= 2.0.1),
methods,
MASS,
RcppRoll (>= 0.3.0),
ellipsis (>= 0.1.0),
fastICA,
pracma,
tidytable (>= 0.10.0),
gsignal
Suggests:
akima (>= 0.6.2),
tibble (>= 2.1.1),
plotly (>= 4.8.0),
R.matlab (>= 3.6.2),
reticulate (>= 1.11.1),
testthat (>= 2.0.1),
roxygen2 (>= 6.1.1),
knitr (>= 1.21),
rmarkdown (>= 1.11),
spelling (>= 2.0),
covr (>= 3.2.1),
httr,
cowplot,
rstudioapi
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
Language: en-US
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Remotes:
gjmvanboxtel/gsignal