Package: Rlibeemd Type: Package Title: Ensemble Empirical Mode Decomposition (EEMD) and Its Complete Variant (CEEMDAN) Version: 1.4.4 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) , 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, but you can install OpenMP-supported version from GitHub: . 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.3.2 Config/pak/sysreqs: libgsl0-dev Repository: https://helske.r-universe.dev Date/Publication: 2025-04-09 14:57:30 UTC RemoteUrl: https://github.com/helske/Rlibeemd RemoteRef: HEAD RemoteSha: e02a783bf33f1a824e33aaf6e91dc55030fd4b7d Packaged: 2026-05-31 08:01:15 UTC; root Author: Jouni Helske [aut, cre] (R interface, ORCID: ), Perttu Luukko [aut] (Original libeemd C library, ORCID: ) Maintainer: Jouni Helske