Package: ravepipeline Type: Package Title: Reproducible Pipeline Infrastructure for Neuroscience Version: 0.1.0.1 Language: en-US Authors@R: c( person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")), person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", role = c("ctb", "res")), person("Xiang", "Zhang", email = "xiang.zhang@pennmedicine.upenn.edu", role = c("ctb", "res")), person("Michael", "Beauchamp", email = "Michael.Beauchamp@Pennmedicine.upenn.edu", role = c("ctb", "res")), person("Trustees of University of Pennsylvania", comment = "Copyright Holder", role = c("cph")) ) Description: Defines the underlying pipeline structure for reproducible neuroscience, adopted by 'RAVE' (reproducible analysis and visualization of intracranial electroencephalography); provides high-level class definition to build, compile, set, execute, and share analysis pipelines. Both R and 'Python' are supported, with 'Markdown' and 'shiny' dashboard templates for extending and building customized pipelines. See the full documentations at ; to cite us, check out our paper by Magnotti, Wang, and Beauchamp (2020, ), or run citation("ravepipeline") for details. Copyright: Trustees of University of Pennsylvania owns the copyright of the package unless otherwise stated. Zhengjia Wang owns the copyright of all the low-level functions included in 'R/common.R', 'R/fastmap2', 'R/fastqueue2.R', 'R/filesys.R', 'R/fst.R', 'R/json.R', 'R/os_info.R', 'R/parallel.R', 'R/progress.R', 'R/simplelocker.R', 'R/yaml.R', and all the template files under 'inst/rave-pipelines' and 'inst/rave-modules', these files are licensed under 'MIT'. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://dipterix.org/ravepipeline/, https://rave.wiki, https://github.com/dipterix/ravepipeline BugReports: https://github.com/dipterix/ravepipeline/issues Imports: stats, tools, utils, base64enc, callr, cli, digest, fastmap, future, fst (>= 0.9.8), glue, jsonlite, knitr, promises, R6, remotes, rlang, targets, uuid, yaml, logger Suggests: ellmer (>= 0.4.0), dipsaus, filearray, future.apply, globals, ieegio, pkgsearch, rpymat, rmarkdown, rstudioapi, shidashi, threeBrain, testthat (>= 3.0.0), visNetwork, later, shiny, mirai Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: git libglpk-dev libxml2-dev Repository: https://rave-ieeg.r-universe.dev Date/Publication: 2026-06-20 03:01:38 UTC RemoteUrl: https://github.com/dipterix/ravepipeline RemoteRef: HEAD RemoteSha: 581576932ba1312c7fe6b144bdfdb946b8e84f0e NeedsCompilation: no Packaged: 2026-06-20 05:20:33 UTC; root Author: Zhengjia Wang [aut, cre, cph], John Magnotti [ctb, res], Xiang Zhang [ctb, res], Michael Beauchamp [ctb, res], Trustees of University of Pennsylvania [cph] (Copyright Holder) Maintainer: Zhengjia Wang