From 18b308305f3f85305911152977efb545827ad6d2 Mon Sep 17 00:00:00 2001 From: helske Date: Wed, 6 Oct 2021 23:34:26 +0300 Subject: [PATCH] line endings --- DESCRIPTION | 54 ++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd5e838..a1d8944 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,27 +1,27 @@ -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) , - 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: . -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.0 +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) , + 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: . +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