-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
be more diligent with the package name: fCWTr instead of fcwtr, to ho…
…nor the original authors choice
- Loading branch information
1 parent
7814eba
commit 0573737
Showing
14 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Package: fcwtr | ||
Package: fCWTr | ||
Type: Package | ||
Title: Fast Continuous Wavelet Transform | ||
Version: 0.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The fcwtr package as a whole is distributed under GPLv3. The fcwtr package includes other open source software components. The following is a list of these components: | ||
The fCWTr package as a whole is distributed under GPLv3. The fCWTr package includes other open source software components. The following is a list of these components: | ||
|
||
* fcwt: Apache License 2.0 - Copyright 2021 Lukas P.A. Arts & Egon L. van den Broek | ||
* fCWT: Apache License 2.0 - Copyright 2021 Lukas P.A. Arts & Egon L. van den Broek |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Generated by cpp11: do not edit by hand | ||
|
||
fcwt_raw <- function(signal, fs, f0, f1, fn, sigma, nthreads, optplans, abs) { | ||
.Call(`_fcwtr_fcwt_raw`, signal, fs, f0, f1, fn, sigma, nthreads, optplans, abs) | ||
.Call(`_fCWTr_fcwt_raw`, signal, fs, f0, f1, fn, sigma, nthreads, optplans, abs) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## usethis namespace: start | ||
#' @useDynLib fcwtr, .registration = TRUE | ||
#' @useDynLib fCWTr, .registration = TRUE | ||
## usethis namespace: end | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters