Package: EGM
Title: Evaluating Cardiac Electrophysiology Signals
Version: 0.1.0
Authors@R: 
    person(given = "Anish S.",
           family = "Shah",
           role = c("aut", "cre", "cph"),
           email = "ashah282@uic.edu",
           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: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 4.0), vctrs (>= 0.5.0), data.table (>= 1.15.0)
Imports: stats, fs, ggplot2, lifecycle, rlang, utils, xml2, base64enc,
        checkmate, stringr,
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), withr,
Config/testthat/edition: 3
URL: https://shah-in-boots.github.io/EGM/
BugReports: https://github.com/shah-in-boots/EGM/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-05-22 14:45:59 UTC; asshah4
Author: Anish S. Shah [aut, cre, cph] (<https://orcid.org/0000-0002-9729-1558>)
Maintainer: Anish S. Shah <ashah282@uic.edu>
Repository: CRAN
Date/Publication: 2024-05-23 16:10:05 UTC
Built: R 4.2.3; ; 2024-05-23 17:06:45 UTC; unix
