From 648fc988856ce16c1a23db86c19bd94b5513fdd3 Mon Sep 17 00:00:00 2001 From: Lionel Voirol Date: Mon, 20 Mar 2023 15:51:08 +0100 Subject: [PATCH] removed C++ 11 specification --- CRAN-SUBMISSION | 6 +++--- DESCRIPTION | 1 + NEWS.md | 1 - cran-comments.md | 11 +++++------ src/Makevars | 1 - src/Makevars.win | 1 - 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index ef0a3cf..e112c1f 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 1.0.2 -Date: 2022-09-01 15:49:04 UTC -SHA: 71de3799e799fb00c7971c5378a25ea4436ca9cf +Version: 1.0.3 +Date: 2023-03-20 14:10:26 UTC +SHA: 558d61fcfd53c28696fad4381216515d57c74dea diff --git a/DESCRIPTION b/DESCRIPTION index 30a1b56..2c57b51 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,3 +34,4 @@ Imports: longmemo, rjson, ltsa + diff --git a/NEWS.md b/NEWS.md index 9f96045..1efb908 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,7 +17,6 @@ Initial release - Minor modification of the acknowledgements. - Extend documentation. -- Change GMWMX algorithm to compute the WV on the available wavelets coefficients in presence of missing values in the signal. - Add support for point estimates for the GMWMX-1 for model that includes a Random Walk in the stochastic model. - Add reference to doi: 10.1007/s00190-023-01702-8. - Change number of decimals for std of functional parameters in `print.gnsstsmodel`. diff --git a/cran-comments.md b/cran-comments.md index 8890a58..abb10fc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,21 @@ # Local check on Ubuntu 20.04 -── R CMD check results ───────────────── gmwmx 1.0.3 ──── -Duration: 55.6s + +── R CMD check results ───────────────────────────── gmwmx 1.0.3 ──── +Duration: 49.4s ❯ checking compiled code ... OK WARNING ‘qpdf’ is needed for checks on size reduction of PDFs -❯ checking for future file timestamps ... NOTE - unable to verify current time - -0 errors ✔ | 1 warning ✖ | 1 note ✖ +0 errors ✔ | 1 warning ✖ | 0 notes ✔ Error: R CMD check found WARNINGs Execution halted Exited with status 1. + ## R-CMD-check on GitHub actions All jobs pass on diff --git a/src/Makevars b/src/Makevars index d715e49..3a7f8ac 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,3 +1,2 @@ -CXX_STD = CXX11 PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) diff --git a/src/Makevars.win b/src/Makevars.win index d715e49..3a7f8ac 100644 --- a/src/Makevars.win +++ b/src/Makevars.win @@ -1,3 +1,2 @@ -CXX_STD = CXX11 PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)