Rlibeemd icon indicating copy to clipboard operation
Rlibeemd copied to clipboard

Ensemble Empirical Mode Decomposition (EEMD) and Its Complete Variant (CEEMDAN)

Results 7 Rlibeemd issues
Sort by recently updated
recently updated
newest added

@helske Turned out, OpenMP detection does not work, at least in 1.4.3: ``` This file contains any messages produced by compilers while running configure, to aid debugging if configure makes...

Here's the command and the following error messages. I know the formatting is a little goofy: R colored its responses red. > clang++ -mmacosx-version-min=10.13 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module...

I used install.packages("codetools") to install the parallel version to get the error "clang: error: unsupported option '-fopenmp'" LLVM has posted a fix for this at http://blog.llvm.org/2015/05/openmp-support_22.html. It will require making...

Added xts support for extrema.R.

> devtools::install_github("helske/Rlibeemd") Downloading GitHub repo helske/Rlibeemd@HEAD checking for file ‘/tmp/RtmptW0VkH/remotes777d3cfa4949/helske-Rlibeemd-a237af ✔ checking for file ‘/tmp/RtmptW0VkH/remotes777d3cfa4949/helske-Rlibeemd-a237af 1/DESCRIPTION’ ─ preparing ‘Rlibeemd’: ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ running ‘cleanup’...

From latest CRAN checks: ``` src/Makevars.in: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++ src/Makevars.in: it is not portable to include multiple SHLIB_OPENMP_*' macros in PKG_LIBS ``` I...

I came across an issue with the `ceemdan()` function parameter setting `num_imfs`. In the documentation, the default values of `num_imfs=0` is said to correspond to a > maximal number of...