From cd521d8d6e25caa1ba1a3baf90e0b9c35ea0b3d2 Mon Sep 17 00:00:00 2001 From: Sam Borstein Date: Thu, 23 Jan 2025 12:51:53 -0600 Subject: [PATCH] Prep description for bugfix release --- DESCRIPTION | 2 +- cran-comments.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 713729e..6e68eb4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/cran-comments.md b/cran-comments.md index e86dbd5..6ea6096 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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