Last updated on 2026-05-04 15:51:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.28 | 416.48 | 422.76 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.28 | 284.67 | 288.95 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 11.00 | 670.90 | 681.90 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 11.00 | 674.41 | 685.41 | NOTE | |
| r-devel-windows-x86_64 | 0.2.1 | 9.00 | 303.00 | 312.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 6.74 | 392.53 | 399.27 | NOTE | |
| r-release-linux-x86_64 | 0.2.1 | 6.14 | 395.24 | 401.38 | NOTE | |
| r-release-macos-arm64 | 0.2.1 | 2.00 | 113.00 | 115.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 461.00 | 465.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.1 | 11.00 | 787.00 | 798.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.2.1 | 4.00 | 385.00 | 389.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.1 | 13.00 | 896.00 | 909.00 | NOTE |
Version: 0.2.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Thomas Arsouze <thomas.arsouze@cirad.fr>’
The BugReports field in DESCRIPTION has
https://github.com/umr-amap/StormR/issues/new/choose
which should likely be
https://github.com/umr-amap/StormR/issues/new/choose/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘defStormsList.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [31s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(StormR)
>
> sds <- defStormsDataset()
=== Loading data ===
Open database... D:/RCompile/CRANpkg/lib/4.7/StormR/extdata/test_dataset.nc opened
Collecting data ...
=== DONE ===
Warning message:
In checkInputsdefStormsDataset(filename, sep, fields, basin, seasons, :
No basin argument specified. StormR will work as expected
but cannot use basin filtering for speed-up when collecting data
> pam <- defStormsList(sds = sds, loi = "Vanuatu", names = "PAM", verbose = 0)
>
> test_check("StormR")
Flavor: r-devel-windows-x86_64