Package: raveio
Type: Package
Title: Utility Toolbox for RAVE Project
Version: 0.0.4
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.1
SystemRequirements: little-endian platform
biocViews: Infrastructure, DataImport
Depends: R (>= 3.6.0)
Imports: utils, data.table, parallel, yaml (>= 2.2.1), fst (>= 0.9.2),
        dipsaus (>= 0.0.9), R.matlab (>= 3.6.2), glue, later, stringr
        (>= 1.4.0), rlang (>= 0.4.7), edfReader (>= 1.2.1), ini (>=
        0.3.1), jsonlite (>= 1.7.0), R6, BiocManager
Suggests: testthat, rhdf5 (>= 2.36.0)
NeedsCompilation: no
Packaged: 2021-08-05 03:02:49 UTC; dipterix
Author: Zhengjia Wang [aut, cre],
  Beauchamp lab [cph, fnd]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-05 06:30:02 UTC
