forked from shah-in-boots/EGM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·49 lines (49 loc) · 1.37 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
Package: EGM
Title: Evaluating Cardiac Electrophysiology Signals
Version: 0.1.0.9000
Authors@R:
person(given = "Anish S.",
family = "Shah",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9729-1558"))
Description: A system for importing electrophysiological signal, based
on the 'Waveform Database (WFDB)' software package, written by Moody et al
2022 <doi:10.13026/gjvw-1m31>. A wrapper for utilizing 'WFDB' functions for
reading and writing signal data, as well as functions for visualization and
analysis are provided. A stable and broadly compatible class for working
with signal data, supporting the reading in of cardiac electrophysiogical
files such as intracardiac electrograms, is introduced.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0),
vctrs (>= 0.5.0),
data.table (>= 1.15.0)
Imports:
stats,
fs,
ggplot2,
lifecycle,
rlang,
utils,
xml2,
base64enc,
checkmate,
stringr,
signal,
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr,
fastICA,
moments
Config/testthat/edition: 3
URL: https://shah-in-boots.github.io/EGM/
BugReports: https://github.com/shah-in-boots/EGM/issues
VignetteBuilder: knitr