Package: ravetools
Type: Package
Title: Signal Processing Toolbox for Analyzing 'Electrophysiology' Data
Version: 0.0.4
Language: en-US
Authors@R: c(
    person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
    person(family = "Beauchamp lab", email = "beauchamplab@gmail.com", role = c("cph")),
    person("Karim", "Rahim", email = "karim.rahim@queensu.ca", role = c("cph"), comment = "R package fftwtools"),
    person(family = "Prerau Lab", role = "cph", comment = "Multitaper Spectrogram Code"),
    person(family = "RcppParallel Authors", role = "cph", comment = "TinyParallel Code comes from RcppParallel"),
    person("Marcus", "Geelnard", role = "cph", comment = "TinyThread library")
    )
Description: Implemented fast and memory-efficient 'Notch'-filter, 
    'Welch-periodogram', and discrete wavelet transform algorithm for hours of 
    high-resolution signals; providing fundamental toolbox
    for 'iEEG' preprocess pipelines. 
    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("ravetools")' for 
    details.
BugReports: https://github.com/dipterix/ravetools/issues
URL: http://dipterix.org/ravetools/
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.0
Depends: R (>= 4.0.0)
SystemRequirements: fftw3 (libfftw3-dev (deb), or fftw-devel (rpm))
Imports: graphics, stats, filearray (>= 0.1.3), Rcpp (>= 1.0.8),
        waveslim (>= 1.8.2), signal (>= 0.7.7), digest (>= 0.6.29)
LinkingTo: Rcpp
Suggests: fftwtools, pracma, microbenchmark, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-05-29 22:23:10 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph],
  Beauchamp lab [cph],
  Karim Rahim [cph] (R package fftwtools),
  Prerau Lab [cph] (Multitaper Spectrogram Code),
  RcppParallel Authors [cph] (TinyParallel Code comes from RcppParallel),
  Marcus Geelnard [cph] (TinyThread library)
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-29 22:40:09 UTC
