Package: ravecore Title: Core File Structures and Workflows for 'RAVE' Version: 0.1.1.7 Authors@R: c( person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5629-1116")), person("Xiang", "Zhang", email = "xiang.zhang@pennmedicine.upenn.edu", role = c("aut")), person("John", "Magnotti", email = "john.magnotti@pennmedicine.upenn.edu", role = c("aut")), person("Michael", "Beauchamp", email = "michael.beauchamp@pennmedicine.upenn.edu", role = c("aut")), person("Trustees of the University of Pennsylvania", role = "cph", comment = "All files in this package unless explicitly stated in the file") ) Description: Defines storage standard for Read, process, and analyze intracranial electroencephalography and deep-brain stimulation in 'RAVE', a reproducible framework for analysis and visualization of iEEG by Magnotti, Wang, and Beauchamp, (2020, ). Supports brain imaging data structure (BIDS) and native file structure to ingest signals from 'Matlab' data files, hierarchical data format 5 (HDF5), European data format (EDF), BrainVision core data format (BVCDF), or BlackRock Microsystem (NEV/NSx); process images in Neuroimaging informatics technology initiative (NIfTI) and 'FreeSurfer' formats, providing brain imaging normalization to template brain, facilitating 'threeBrain' package for comprehensive electrode localization via 'YAEL' (your advanced electrode localizer) by Wang, Magnotti, Zhang, and Beauchamp (2023, ). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Language: en-US URL: https://rave.wiki, http://rave.wiki/ravecore/ BugReports: https://github.com/rave-ieeg/ravecore/issues Imports: tools, utils, bidsr, data.table, filearray (>= 0.2.0), fs, ieegio, jsonlite, methods, R6, ravepipeline (>= 0.0.2), ravetools, S7, threeBrain Suggests: rpyANTs, rpymat, htmltools, httpuv, knitr, plotly, RNifti, RNiftyReg, shiny, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfftw3-dev git libglpk-dev make libhdf5-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev python3 libzmq3-dev zlib1g-dev Repository: https://rave-ieeg.r-universe.dev Date/Publication: 2026-06-26 17:14:30 UTC RemoteUrl: https://github.com/rave-ieeg/ravecore RemoteRef: HEAD RemoteSha: 2dd9c419a9ad6929f61567150643f7290280599e NeedsCompilation: no Packaged: 2026-06-29 16:06:44 UTC; root Author: Zhengjia Wang [aut, cre] (ORCID: ), Xiang Zhang [aut], John Magnotti [aut], Michael Beauchamp [aut], Trustees of the University of Pennsylvania [cph] (All files in this package unless explicitly stated in the file) Maintainer: Zhengjia Wang