Package: raveio
Type: Package
Title: Utility Toolbox for RAVE Project
Version: 0.0.3
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.1101/2020.06.02.129676>, the paper by Brian A. Metzger, John F. 
  Magnotti, Zhengjia Wang, Elizabeth Nesbitt, Patrick J. Karas, Daniel Yoshor, 
  Michael S. Beauchamp (2020) <doi:10.1523/JNEUROSCI.0279-20.2020>, and 
  the paper by Patrick J. Karas, John F. Magnotti, Brian A. Metzger, Lin L. Zhu,
  Kristen B. Smith, Daniel Yoshor, Michael S. Beauchamp (2019) 
  <doi:10.7554/eLife.48116>; see 'citation("raveio")' for details.
BugReports: https://github.com/beauchamplab/raveio/issues
URL: https://beauchamplab.github.io/raveio/
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.6.0)
Imports: utils, data.table, parallel, yaml (>= 2.2.1), hdf5r, 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),
        lazyarray (>= 1.1.0), ini (>= 0.3.1), jsonlite (>= 1.7.0), R6
Suggests: pryr, spelling, testthat
NeedsCompilation: no
Packaged: 2020-08-08 03:01:08 UTC; beauchamplab
Author: Zhengjia Wang [aut, cre],
  Beauchamp lab [cph, fnd]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-14 13:50:03 UTC
