Type: Package
Package: CWT
Title: Continuous Wavelet Transformation for Spectroscopy
Version: 0.2.1
Authors@R: 
    person("J. Antonio", "Guzmán Q.", , "antguz06@gmail.com", role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0002-0721-148X"))
Maintainer: J. Antonio Guzmán Q. <antguz06@gmail.com>
Description: Fast application of Continuous Wavelet Transformation ('CWT') on time
    series with special attention to spectroscopy. It is written using
    data.table and 'C++' language and in some functions it is possible to
    use parallel processing to speed-up the computation over samples. Currently, 
    only the second derivative of a Gaussian wavelet function is implemented.
License: GPL (>= 3)
URL: https://github.com/Antguz/CWT
BugReports: https://github.com/Antguz/CWT/issues
Depends: R (>= 4.0.0)
Imports: data.table (>= 1.14.0), Rcpp
Suggests: testthat (>= 3.2.0)
LinkingTo: Rcpp, RcppArmadillo
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2024-06-28 01:17:03 UTC; antonio
Author: J. Antonio Guzmán Q. [cre, aut, cph]
    (<https://orcid.org/0000-0002-0721-148X>)
Repository: CRAN
Date/Publication: 2024-06-28 03:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 09:49:50 UTC; windows
Archs: x64
