-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specified changes in NEWS and rerun local check before submission
- Loading branch information
1 parent
1a68788
commit 558d61f
Showing
4 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: gmwmx | ||
Title: Estimate Functional and Stochastic Parameters of Linear Models with Correlated Residuals | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Authors@R: c( | ||
person("Davide Antonio", "Cucci", role = c("aut")), | ||
person("Lionel", "Voirol", email = "[email protected]", role = c("aut", "cre")), | ||
|
@@ -9,7 +9,7 @@ Authors@R: c( | |
person("Gaël", "Kermarrec", role = "ctb") | ||
) | ||
License: AGPL-3 | ||
Description: Implements the Generalized Method of Wavelet Moments with Exogenous Inputs estimator (GMWMX) presented in Cucci, D. A., Voirol, L., Kermarrec, G., Montillet, J. P., and Guerrier, S. (2022) <doi:10.1007/s00190-023-01702-8>. | ||
Description: Implements the Generalized Method of Wavelet Moments with Exogenous Inputs estimator (GMWMX) presented in Cucci, D. A., Voirol, L., Kermarrec, G., Montillet, J. P., and Guerrier, S. (2023) <doi:10.1007/s00190-023-01702-8>. | ||
The GMWMX estimator allows to estimate functional and stochastic parameters of linear models with correlated residuals. | ||
The 'gmwmx' package provides functions to estimate, compare and analyze models, utilities to load and work with Global Navigation Satellite System (GNSS) data as well as methods to compare results with the Maximum Likelihood Estimator (MLE) implemented in Hector. | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,21 @@ | ||
# Local check on Ubuntu 20.04 | ||
|
||
── R CMD check results ───────────────── gmwmx 1.0.0 ──── | ||
Duration: 1m 17.1s | ||
── R CMD check results ───────────────── gmwmx 1.0.3 ──── | ||
Duration: 55.6s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
❯ 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 | ||
|
||
# Rhub check | ||
0 errors ✔ | 1 warning ✖ | 1 note ✖ | ||
Error: R CMD check found WARNINGs | ||
Execution halted | ||
|
||
## macos-highsierra-release-cran | ||
Exited with status 1. | ||
|
||
── gmwmx 1.0.0: OK | ||
|
||
Build ID: gmwmx_1.0.0.tar.gz-435c71bcae4447f7911aa3276aa7e819 | ||
Platform: macOS 10.13.6 High Sierra, R-release, CRAN's setup | ||
Submitted: 7m 24.4s ago | ||
Build time: 3m 43.5s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
# Windows check with `devtools::check_win_devel()` | ||
|
||
Status: 1 NOTE | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Lionel Voirol <[email protected]>' | ||
|
||
## R-CMD-check on GitHub actions | ||
|
||
|