From cb80446e152e57c13a1ef537944f8811b72961cf Mon Sep 17 00:00:00 2001 From: "Phillip D. Alderman" Date: Wed, 8 Nov 2023 14:53:41 -0600 Subject: [PATCH] CRAN v0.0.8 release - Updates to DESCRIPTION, NEWS.md, cran-comments.md --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- cran-comments.md | 36 +++--------------------------------- 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fb0dee8..28df8b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: DSSAT Type: Package Title: A Comprehensive R Interface for the DSSAT Cropping Systems Model -Version: 0.0.7.9004 -Date: 2023-05-18 +Version: 0.0.8 +Date: 2023-11-08 Author: Phillip D. Alderman [aut, cre] Maintainer: Phillip D. Alderman Description: The purpose of this package is to provide a comprehensive diff --git a/NEWS.md b/NEWS.md index 7cedb95..cc26617 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# DSSAT 0.0.7.9004 +# DSSAT 0.0.8 - read_output() now handles comma separated value (csv) output from DSSAT-CSM diff --git a/cran-comments.md b/cran-comments.md index c95b78b..fb2131e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,43 +1,13 @@ ## Test environments -* local Ubuntu 22.04.2 LTS, R 4.2.3, GCC +* local Ubuntu 22.04.2 LTS, R 4.3.1, GCC * win-builder (devel and release) -* R-hub Fedora Linux, R-devel, clang, gfortran (fedora-clang-devel) +* mac-builder (release) * R-hub Debian Linux, R-devel, clang (debian-clang-devel) -* R-hub Windows Server 2022, R-release, 64 bit (windows-x86_64-release) ## R CMD check results -There were no ERRORs or WARNINGs. There were 2 NOTEs: - -* ONLY on R-hub Windows Server 2022, R-release, 64 bit: - -``` - * checking for detritus in the temp directory ... NOTE -``` - -Inspecting the logs revealed this message: - -``` - Found the following files/directories: - * DONE - 'lastMiKTeXException' -``` - -As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this is likely due to a bug/crash in MiKTeX and can likely be ignored. - -* ONLY on R-hub Debian Linux, R-devel, clang: - -``` -* checking examples ... [31s/75s] NOTE -Examples with CPU (user + system) or elapsed time > 5s - user system elapsed -write_sol 3.074 0.012 7.317 -read_dssat 2.047 0.025 5.449 -read_sol 2.022 0.003 5.048 -``` - -I do not think this is a problem. Although I am not sure why these examples are running slowly in this environment, elapsed time for each example is less than 3 seconds for the other test environments. +There were no ERRORs, WARNINGs or NOTEs. ## Downstream dependencies