Package: raveio
Type: Package
Title: File-System Toolbox for RAVE Project
Version: 0.0.5
Language: en-US
Authors@R: c(
    person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre")),
    person("Beauchamp lab", email = "beauchamplab@gmail.com", role = c("cph", "fnd"))
    )
Description: Includes multiple cross-platform read/write interfaces for
    'RAVE' project. 'RAVE' stands for "R analysis and visualization of human 
    intracranial electroencephalography data". The whole project aims at 
    providing powerful free-source package that analyze brain recordings from 
    patients with electrodes placed on the cortical surface or inserted into 
    the brain. 'raveio' as part of this project provides tools to read/write 
    neurophysiology data from/to 'RAVE' file structure, as well as several 
    popular formats including  'EDF(+)', 'Matlab', 'BIDS-iEEG', and 'HDF5', 
    etc. Documentation and examples about 'RAVE' project are provided at 
    <https://openwetware.org/wiki/RAVE>, and the paper by John F. Magnotti, 
    Zhengjia Wang, Michael S. Beauchamp (2020) 
    <doi:10.1016/j.neuroimage.2020.117341>; see 'citation("raveio")' for 
    details.
BugReports: https://github.com/beauchamplab/raveio/issues
URL: https://beauchamplab.github.io/raveio/
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
SystemRequirements: little-endian platform
biocViews: Infrastructure, DataImport
Depends: R (>= 4.0.0)
Imports: utils, data.table, parallel, edfReader (>= 1.2.1), dipsaus (>=
        0.1.8), filearray (>= 0.1.1), fst (>= 0.9.2), glue, hdf5r (>=
        1.3.4), ini (>= 0.3.1), jsonlite (>= 1.7.0), R.matlab (>=
        3.6.2), R6, stringr (>= 1.4.0), yaml (>= 2.2.1), targets (>=
        0.8.0), callr (>= 3.7.0), remotes, threeBrain (>= 0.2.3)
Suggests: testthat, reticulate, knitr, rmarkdown, bs4Dash, clustermq,
        shiny, shinybusy, visNetwork, shinyWidgets, arrow
NeedsCompilation: no
Packaged: 2021-10-13 18:53:37 UTC; dipterix
Author: Zhengjia Wang [aut, cre],
  Beauchamp lab [cph, fnd]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-13 19:12:03 UTC
