-
Notifications
You must be signed in to change notification settings - Fork 1
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
6 additions
and
4 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,14 +1,16 @@ | ||
## Resubmission | ||
This is a resubmission. The errors that previously caused the packae to be removed from CRAN have been resolved. | ||
This is a resubmission. The errors that previously caused the package to be removed from CRAN have been resolved. Specifically, issues regardin testthat. | ||
|
||
* There are unit tests using testthat for functions in which the examples are wrapped with /donttest. It is not feasible to unwrap these functions from /donttest as the functions and examples connect to a remote database and often take longer than 5 seconds to run. These functions are ConvertFishbaseFood, ConvertFishbaseDiet, FoodTroph, and DietTroph and have testthat test files with similar names. I have checked the examples of these functions that are wrapped in /donttest using R CMD CHECK --run-donttest, and all ran without error. | ||
|
||
## Test environments | ||
* local Windows 10 install, R 4.4.2 | ||
* local Windows 11 install, R 4.4.2 | ||
* local macos Sonoma 14.5 | ||
* local macOS Sequoia 15.2 | ||
* Ubuntu 22.04.5 on GitHub Actions(devel, release, oldrelease) | ||
* win-builder (devel, release, and oldrelease) | ||
* macOS Sonoma 14.7.2 on GitHub Actions (release) | ||
* Ubuntu 22.04.05 clang on rhub (devel) | ||
## R CMD check results | ||
0 errors | 0 warnings | 0 notes | ||
For R CMD check ran with ubuntu, Windows 10, Windows 11, win-builder (devel), win-builder (release), and win-builder (oldrelease), macos Sonoma 14.5 | ||
For R CMD check ran with ubuntu, Windows 10, Windows 11, win-builder (devel), win-builder (release), and win-builder (oldrelease), macOS |