-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 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
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,40 +1,37 @@ | ||
## Resubmit comments | ||
|
||
* Improve the main function `format_data()` to give more flexibility to the user | ||
* Implement additional checks | ||
* Fix some typos in documentation | ||
|
||
|
||
## Test environments | ||
|
||
* Local | ||
* macOS 11.6 install, R 4.1.2 | ||
* Windows 10 install, R 4.1.2 | ||
* GitHub Actions | ||
* Mac OS X 10.15, r-release (R 4.1.2), r-oldrel | ||
* Windows Server 2019, r-devel, r-release (R 4.1.2), r-oldrel | ||
* Ubuntu 20.04.3 LTS, r-devel, r-release (R 4.1.2), r-oldrel | ||
* macOS 11.6.4, r-devel, r-release (R 4.1.2), r-oldrel | ||
* Ubuntu 20.04.4 LTS, r-devel, r-release (R 4.1.2), r-oldrel | ||
* WinBuilder | ||
* r-devel - 1 note (new submission) | ||
* r-release - 1 note (new submission) | ||
* r-oldrel - 1 note (new submission) | ||
* r-devel | ||
* r-release | ||
* r-oldrel | ||
* R-hub | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - 1 note (new submission) | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC - 1 note (new submission) | ||
* Windows Server 2022, R-devel 64 bit | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* Fedora Linux, R-devel, clang, gfortran - ERROR: the system requirement 'JAGS' is not available on this platform. | ||
|
||
|
||
## R CMD check results | ||
|
||
0 error | 0 warning | 1 note | ||
0 error | 0 warning | 0 note | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
* checking CRAN incoming feasibility | ||
|
||
Maintainer: 'Nicolas Casajus <[email protected]>' - New submission | ||
|
||
* No mis-spelled words in 'DESCRIPTION' | ||
Maintainer: 'Nicolas Casajus <[email protected]>' | ||
|
||
|
||
## Downstream dependencies | ||
|
||
There are currently no downstream dependencies for this package. | ||
|
||
|
||
## Resubmit comments | ||
|
||
* Size of tarball: 21557165 bytes - Fixed: size is now 2.1 MB | ||
* Add `\value{No return value}` in Rd files for `diagnostic()`, `plot_series()` and `plot_trend()` to document function output - DONE | ||
* Replace all `\dontrun{}` by `\donttest{}` in JAGS examples (model fitting takes > 5s) - DONE | ||
* Add `on.exit(par(opar))` in `plot_series()` and `plot_trend()` to restore user graphical parameters - DONE |