-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: fCWTr
Type: Package
Title: Fast Continuous Wavelet Transform
Version: 0.3.1
Authors@R: c(
person("Lukas", "Schneiderbauer",
email = "[email protected]",
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 <[email protected]>
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.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 4.1)
Suggests:
ggplot2 (>= 3.3.0),
viridis (>= 0.6.0),
rlang (>= 1.0.0),
tibble (>= 3.0.0),
testthat (>= 3.0.0),
knitr,
rmarkdown
LinkingTo:
cpp11
SystemRequirements:
fftw3 (including single precision support fftw3f; 'fftw-s' macOS recipe), fftw3f_omp (optional), OpenMP (optional)
Config/testthat/edition: 3
URL: https://lschneiderbauer.github.io/fCWTr/, https://github.com/lschneiderbauer/fCWTr
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/lschneiderbauer/fCWTr/issues
Imports:
units (>= 0.8)
VignetteBuilder: knitr