Package: fastWavelets
Title: Compute Maximal Overlap Discrete Wavelet Transform (MODWT) and À
        Trous Discrete Wavelet Transform
Version: 1.0.0
Authors@R: c(
    person("John", "Quilty", , "jquilty@uwaterloo.ca", role = c("aut"), comment = c(ORCID = "0000-0002-0207-8077")),
    person("John", "You", , "johnswyou@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3509-0312")))
Description: A lightweight package to compute Maximal Overlap Discrete Wavelet 
    Transform (MODWT) and À Trous Discrete Wavelet Transform by leveraging the 
    power of 'Rcpp' to make these operations fast. 
    See Maheswaran and Khosa (2012) <doi:10.1016/j.cageo.2011.12.015>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
LinkingTo: Rcpp
Imports: Rcpp
URL: https://github.com/johnswyou/fastWavelets
BugReports: https://github.com/johnswyou/fastWavelets/issues
NeedsCompilation: yes
Packaged: 2022-10-25 16:00:11 UTC; John
Author: John Quilty [aut] (<https://orcid.org/0000-0002-0207-8077>),
  John You [aut, cre] (<https://orcid.org/0000-0002-3509-0312>)
Maintainer: John You <johnswyou@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-27 15:35:13 UTC
