Skip to content

Commit

Permalink
CRAN v0.0.8 release
Browse files Browse the repository at this point in the history
- Updates to DESCRIPTION, NEWS.md, cran-comments.md
  • Loading branch information
palderman committed Nov 9, 2023
1 parent a65c471 commit cb80446
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Description: The purpose of this package is to provide a comprehensive
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
36 changes: 3 additions & 33 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cb80446

Please sign in to comment.