-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
80 lines (80 loc) · 4.18 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
75
76
77
78
79
80
Package: ravetools
Type: Package
Title: Signal and Image Processing Toolbox for Analyzing Intracranial
Electroencephalography Data
Version: 0.2.2
Language: en-US
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("John", "Magnotti", email = "[email protected]", role = c("aut")),
person("Michael", "Beauchamp", email = "[email protected]", role = c("aut")),
person("Trustees of the University of Pennsylvania", role = c("cph"),
comment = "All files in this package unless explicitly stated in the file or listed in the 'Copyright' section below."),
person("Karim", "Rahim", email = "[email protected]", role = c("cph", "ctb"),
comment = "Contributed to src/ffts.h and stc/ffts.cpp"),
person("Thomas", "Possidente", role = c("cph", "ctb"),
comment = "Contributed to R/multitaper.R"),
person("Michael", "Prerau", role = c("cph", "ctb"),
comment = "Contributed to R/multitaper.R"),
person("Marcus", "Geelnard", role = c("ctb", "cph"),
comment = "TinyThread library, tinythreadpp.bitsnbites.eu, located at inst/include/tthread/"),
person("Stefan", "Schlager", role = c("ctb", "cph"),
comment = "R-vcg interface, located at src/vcgCommon.h"),
person("Visual Computing Lab, ISTI", role = c("ctb", "cph"),
comment = "Copyright holder of vcglib, located at src/vcglib/")
)
Description: Implemented fast and memory-efficient Notch-filter,
Welch-periodogram, discrete wavelet spectrogram for minutes of
high-resolution signals, fast 3D convolution, image registration,
3D mesh manipulation; providing fundamental toolbox for intracranial
Electroencephalography (iEEG) pipelines.
Documentation and examples about 'RAVE' project are provided at
<https://rave.wiki>, and the paper by John F. Magnotti,
Zhengjia Wang, Michael S. Beauchamp (2020)
<doi:10.1016/j.neuroimage.2020.117341>; see 'citation("ravetools")' for
details.
BugReports: https://github.com/dipterix/ravetools/issues
URL: https://rave.wiki, https://dipterix.org/ravetools/
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.0.0)
SystemRequirements: fftw3 (libfftw3-dev (deb), or fftw-devel (rpm)),
pkg-config
Copyright: Karim Rahim (author of R package 'fftwtools', licensed under
'GPL-2' or later) is the original author of 'src/ffts.h' and
'src/ffts.cpp'. Prerau's Lab wrote the original
'R/multitaper.R', licensed under 'MIT'. Marcus Geelnard wrote
the source code of 'TinyThread' library ('MIT' license) located
at 'inst/include/tthread'. Stefan Schlager wrote the original
code that converts R objects to 'vcg' (see 'src/vcgCommon.h',
licensed under 'GPL-2' or later). Visual Computing Lab is the
copyright holder of 'vcglib' source code (see 'src/vcglib',
licensed under GPL-2 or later).
Imports: graphics, stats, filearray (>= 0.1.3), Rcpp, waveslim (>=
1.8.2), pracma, digest (>= 0.6.29), splines, RNiftyReg (>=
2.7.1), R6 (>= 2.5.1), gsignal (>= 0.3.5)
LinkingTo: Rcpp, RcppEigen
Suggests: fftwtools, bit64, grDevices, microbenchmark,
freesurferformats, testthat, vctrs
LazyData: true
NeedsCompilation: yes
Packaged: 2025-03-05 02:20:25 UTC; dipterix
Author: Zhengjia Wang [aut, cre],
John Magnotti [aut],
Michael Beauchamp [aut],
Trustees of the University of Pennsylvania [cph] (All files in this
package unless explicitly stated in the file or listed in the
'Copyright' section below.),
Karim Rahim [cph, ctb] (Contributed to src/ffts.h and stc/ffts.cpp),
Thomas Possidente [cph, ctb] (Contributed to R/multitaper.R),
Michael Prerau [cph, ctb] (Contributed to R/multitaper.R),
Marcus Geelnard [ctb, cph] (TinyThread library,
tinythreadpp.bitsnbites.eu, located at inst/include/tthread/),
Stefan Schlager [ctb, cph] (R-vcg interface, located at
src/vcgCommon.h),
Visual Computing Lab, ISTI [ctb, cph] (Copyright holder of vcglib,
located at src/vcglib/)
Maintainer: Zhengjia Wang <[email protected]>
Repository: CRAN
Date/Publication: 2025-03-05 10:50:07 UTC