Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Sep 4, 2023
1 parent dc8cf36 commit 26987ea
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 30 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
@@ -1,5 +1,8 @@
Changes from version 1.4.2 to 1.4.3:
* Updated documentation due to roxygen2 changes.

Changes from version 1.4.1-1 to 1.4.2:
* Updateed configure script as requested by CRAN.
* Updated configure script as requested by CRAN.

Changes from version 1.4.1 to 1.4.1-1:
* Changed citation information.
Expand Down
53 changes: 26 additions & 27 deletions DESCRIPTION
@@ -1,27 +1,26 @@
Package: Rlibeemd
Type: Package
Title: Ensemble Empirical Mode Decomposition (EEMD) and Its Complete
Variant (CEEMDAN)
Version: 1.4.2
Date: 2021-10-06
Authors@R: c(person(given = "Jouni", family = "Helske", role = c("aut","cre"),
comment = c("R interface", ORCID = "0000-0001-7130-793X"), email = "jouni.helske@iki.fi"),
person(given = "Perttu", family = "Luukko", role = "aut", comment = c("Original libeemd C
library", ORCID = "0000-0003-3786-9685")))
Description: An R interface for libeemd (Luukko, Helske, Räsänen, 2016) <doi:10.1007/s00180-015-0603-9>,
a C library of highly efficient parallelizable functions for performing the ensemble empirical mode decomposition (EEMD),
its complete variant (CEEMDAN), the regular empirical mode decomposition (EMD), and bivariate EMD (BEMD).
Due to the possible portability issues CRAN version no longer supports OpenMP, you can install OpenMP-supported version
from GitHub: <https://github.com/helske/Rlibeemd/>.
License: GPL-3
NeedsCompilation: yes
SystemRequirements: GNU GSL
Imports:
stats,
Rcpp (>= 0.11.0)
Suggests:
testthat
LinkingTo: Rcpp
Encoding: UTF-8
BugReports: https://github.com/helske/Rlibeemd/issues
RoxygenNote: 7.1.2
Package: Rlibeemd
Type: Package
Title: Ensemble Empirical Mode Decomposition (EEMD) and Its Complete
Variant (CEEMDAN)
Version: 1.4.3
Authors@R: c(person(given = "Jouni", family = "Helske", role = c("aut","cre"),
comment = c("R interface", ORCID = "0000-0001-7130-793X"), email = "jouni.helske@iki.fi"),
person(given = "Perttu", family = "Luukko", role = "aut", comment = c("Original libeemd C
library", ORCID = "0000-0003-3786-9685")))
Description: An R interface for libeemd (Luukko, Helske, Räsänen, 2016) <doi:10.1007/s00180-015-0603-9>,
a C library of highly efficient parallelizable functions for performing the ensemble empirical mode decomposition (EEMD),
its complete variant (CEEMDAN), the regular empirical mode decomposition (EMD), and bivariate EMD (BEMD).
Due to the possible portability issues CRAN version no longer supports OpenMP, you can install OpenMP-supported version
from GitHub: <https://github.com/helske/Rlibeemd/>.
License: GPL-3
NeedsCompilation: yes
SystemRequirements: GNU GSL
Imports:
stats,
Rcpp (>= 0.11.0)
Suggests:
testthat
LinkingTo: Rcpp
Encoding: UTF-8
BugReports: https://github.com/helske/Rlibeemd/issues
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion R/Rlibeemd-package.R
Expand Up @@ -20,7 +20,7 @@
#' }
#' @docType package
#' @name Rlibeemd
#' @aliases Rlibeemd
#' @aliases Rlibeemd Rlibeemd-package
#' @useDynLib Rlibeemd
#' @import Rcpp
#' @importFrom stats time tsp "tsp<-"
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Expand Up @@ -3,7 +3,7 @@
github_note <- paste0(
"If you installed Rlibeemd from CRAN, consider installing again from ",
"GitHub if you wish to support for parallel computations. ",
"See https://github.com/helske/Rlibeemd for details or use",
"See https://github.com/helske/Rlibeemd for details or use ",
"devtools::install_github('helske/Rlibeemd')")

citation_note <- paste0("\nPlease cite Rlibeemd in publications by using: \n",
Expand Down
1 change: 1 addition & 0 deletions man/Rlibeemd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26987ea

Please sign in to comment.