Package: EGM Title: Intracardiac Electrograms Version: 0.2.0 Authors@R: c( person(given = "Anish S.", family = "Shah", role = c("aut", "cre", "cph"), email = "shah.in.boots@gmail.com", comment = c(ORCID = "0000-0002-9729-1558")), person(given = "Darren", family = "Seaney", role = c("ctb"), email = "dseaney2@uic.edu") ) Description: A system for importing electrophysiological signal, based on the 'Waveform Database (WFDB)' software package, written by Moody et al 2022 . A R-based system to utilize '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 electrophysiological files such as intracardiac electrograms, is introduced. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.2.0), Imports: vctrs (>= 0.5.0), data.table (>= 1.15.0), stats, fs, ggplot2, rlang, utils, xml2, base64enc, checkmate, stringr, signal, Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), withr, fastICA, moments, lifecycle, LinkingTo: cpp11 Config/testthat/edition: 3 URL: https://shah-in-boots.github.io/EGM/ BugReports: https://github.com/shah-in-boots/EGM/issues VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://shah-in-boots.r-universe.dev Date/Publication: 2025-11-02 19:26:41 UTC RemoteUrl: https://github.com/shah-in-boots/egm RemoteRef: HEAD RemoteSha: 0fbacf68fd28ac024876da2f3e23b73927d140d3 NeedsCompilation: yes Packaged: 2026-07-03 21:40:34 UTC; root Author: Anish S. Shah [aut, cre, cph] (ORCID: ), Darren Seaney [ctb] Maintainer: Anish S. Shah