-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.92 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
Package: rave
Type: Package
Title: R Analysis and Visualization of 'ECOG/iEEG' Data
Version: 1.0.3.3
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("cph", "aut", "cre")),
person("John", "Magnotti", role = c("aut")),
person("Michael S.", "Beauchamp", role = c("aut", "fnd")),
person("Beauchamp lab", email = "[email protected]", role = c("cph", "fnd"))
)
Description: R Analysis and Visualization of 'ECOG/iEEG' Data
RAVE provides cross-platform analysis and visualizations for neuroscience
'ECoG/iEEG' data by "just clicking buttons". This package include: (a) pre-processing
of 'ECoG/iEEG' raw data into 'HDF5' format (a cross-platform data format that can be
used for R, Matlab, Python, Java and C/C++); (b) 'ECoG/iEEG' epoch and visualizations
in real time; (c) Users can write customized analysis as R packages and easily
insert into RAVE for interactive visualizations. (d) 3D viewers driven by
'WebGL'.
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://rave.wiki,
https://beauchamplab.github.io/rave/
BugReports: https://github.com/beauchamplab/rave/issues
RoxygenNote: 7.2.3
Imports:
utils,
stats,
graphics,
grDevices,
htmltools (>= 0.3.6),
devtools,
grid,
signal (>= 0.7-6),
dipsaus (>= 0.1.9),
R6 (>= 2.2.2),
future (>= 1.10.0),
shiny (>= 1.0.5),
stringr (>= 1.2.0),
shinydashboard (>= 0.6.0),
fftwtools (>= 0.9-7),
digest (>= 0.6.13),
shinyjs (>= 1.0),
rlang (>= 0.1.6.9000),
DT (>= 0.4),
startup (>= 0.12.0),
threeBrain (>= 0.2.1),
shinyFiles (>= 0.7.3),
shinyWidgets (>= 0.5.3),
raveio (>= 0.0.5),
ravetools (>= 0.0.3),
ravedash
Suggests:
knitr,
data.table (>= 1.11.8),
servr (>= 0.13),
reticulate (>= 1.6),
rmarkdown,
spelling,
roxygen2,
testthat,
lobstr,
rpymat,
filearray,
rstudioapi