Package: fCWTr
Type: Package
Title: Fast Continuous Wavelet Transform
Version: 0.2.1
Authors@R: c(
    person("Lukas", "Schneiderbauer",
        email = "lukas.schneiderbauer@gmail.com",
        role = c("aut", "cre", "cph"),
        comment = c(ORCID = "0000-0002-0975-6803")),
    person("Lukas P. A.", "Arts", role = "cph",
        comment = "Author of the majority of the C++ code, indicated in the respective header files."),
    person("Egon L.", "van den Broek", role = "cph",
        comment = "Author of the majority of the C++ code, indicated in the respective header files."))
Maintainer: Lukas Schneiderbauer <lukas.schneiderbauer@gmail.com>
Description: Enables the usage of the fast continuous wavelet transform,
    originally implemented in the 'C++' library 'fCWT' by Lukas Arts.
    See Arts, P.A. and Van den Broek, E.L. (2022)
    <doi:10.1038/s43588-021-00183-z> for details.
    The package includes simple helpers such as a plotting function.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends: R (>= 4.1)
Suggests: ggplot2 (>= 3.3.0), hms (>= 1.1.0), viridis (>= 0.6.0), rlang
        (>= 1.0.0), testthat (>= 3.0.0)
LinkingTo: cpp11
SystemRequirements: fftw (>= 3.3.0), openmp (>= 15.0.0)
Config/testthat/edition: 3
URL: https://lschneiderbauer.github.io/fCWTr/,
        https://github.com/lschneiderbauer/fCWTr
BugReports: https://github.com/lschneiderbauer/fCWTr/issues
NeedsCompilation: yes
Packaged: 2024-06-15 11:17:39 UTC; lukas
Author: Lukas Schneiderbauer [aut, cre, cph]
    (<https://orcid.org/0000-0002-0975-6803>),
  Lukas P. A. Arts [cph] (Author of the majority of the C++ code,
    indicated in the respective header files.),
  Egon L. van den Broek [cph] (Author of the majority of the C++ code,
    indicated in the respective header files.)
Repository: CRAN
Date/Publication: 2024-06-17 16:10:05 UTC
