Skip to content

Commit

Permalink
Prep description for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sborstein committed Jan 23, 2025
1 parent 6228e64 commit cd521d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dietr
Version: 1.1.6-1
Date: 2025-1-12
Date: 2025-1-23
Title: Diet Estimated Trophic Levels
Authors@R: person(given = c("Samuel", "R."),
family = "Borstein",
Expand Down
8 changes: 5 additions & 3 deletions cran-comments.md
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

0 comments on commit cd521d8

Please sign in to comment.