Package: ravepipeline
Type: Package
Title: Reproducible Pipeline Infrastructure for Neuroscience
Version: 0.0.3
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 <https://rave.wiki>; to cite us, 
    check out our paper by Magnotti, Wang, and Beauchamp (2020, 
    <doi:10.1016/j.neuroimage.2020.117341>), 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
RoxygenNote: 7.3.2
URL: https://dipterix.org/ravepipeline/, https://rave.wiki
BugReports: https://github.com/dipterix/ravepipeline/issues
Imports: utils, stats, base64enc, callr, cli, digest, fastmap, future,
        fst (>= 0.9.8), glue, jsonlite, knitr, promises, R6, remotes,
        rlang, targets, uuid, yaml, logger
Suggests: dipsaus, filearray, future.apply, globals, ieegio, rpymat,
        rmarkdown, rstudioapi, shidashi, threeBrain, testthat (>=
        3.0.0), visNetwork, later, shiny, mirai, distill
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-09 22:35:23 UTC; dipterix
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 <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-10 07:00:02 UTC
Built: R 4.6.0; ; 2025-09-10 08:04:17 UTC; unix
