Package: eegUtils Type: Package Title: Utilities for Electroencephalographic (EEG) Analysis Version: 0.8.0 Date: 2024-10-22 Authors@R: c( person("Matt", "Craddock", role = c("aut", "cre"), email = "matt@mattcraddock.com"), person("Matti", "Vuorre", role = "ctb", email = "mv2521@columbia.edu"), person("ggplot2 authors", role = c("cph"), comment = "Routines borrowed from ggplot2 to allow contours to be drawn on topoplots")) Maintainer: Matt Craddock Description: Electroencephalography data processing and visualization tools. Includes import functions for 'BioSemi' (.BDF), 'Neuroscan' (.CNT), 'Brain Vision Analyzer' (.VHDR), 'EEGLAB' (.set) and 'Fieldtrip' (.mat). Many preprocessing functions such as referencing, epoching, filtering, and ICA are available. There are a variety of visualizations possible, including timecourse and topographical plotting. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: ggplot2 (>= 3.4.0), dplyr (>= 1.0.0), scales, purrr, shiny (>= 1.6.0), tidyr (>= 1.0.0), miniUI, rlang (>= 1.0.0), MASS, signal, tibble, stats, matrixStats, abind, plotly, future.apply, Rcpp, data.table, isoband, bslib Depends: R (>= 4.0.0) RoxygenNote: 7.3.2 Suggests: testthat, vdiffr, covr, knitr, rmarkdown, JADE, ica, geigen, fICA, edfReader, ini, R.matlab, hdf5r, mgcv, infomax (>= 0.1.0), Hmisc URL: https://github.com/craddm/eegUtils, https://craddm.github.io/eegUtils, https://craddm.github.io/eegUtils/ BugReports: https://github.com/craddm/eegUtils/issues Config/testthat/edition: 3 Config/testthat/parallel: true VignetteBuilder: knitr LinkingTo: Rcpp, RcppArmadillo Roxygen: list(markdown = TRUE) Remotes: eegverse/infomax Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://craddm.r-universe.dev Date/Publication: 2026-02-10 17:38:44 UTC RemoteUrl: https://github.com/craddm/eegUtils RemoteRef: HEAD RemoteSha: 2b2dbe123b1fabaac414aa0f62b8259194d40e5f NeedsCompilation: yes Packaged: 2026-06-20 08:43:21 UTC; root Author: Matt Craddock [aut, cre], Matti Vuorre [ctb], ggplot2 authors [cph] (Routines borrowed from ggplot2 to allow contours to be drawn on topoplots)