Skip to content

Commit

Permalink
removed C++ 11 specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvoirol committed Mar 20, 2023
1 parent 558d61f commit 648fc98
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Imports:
longmemo,
rjson,
ltsa

1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CXX_STD = CXX11
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CXX_STD = CXX11
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit 648fc98

Please sign in to comment.