Last updated on 2026-03-12 11:51:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.57 | 408.71 | 415.28 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.05 | 281.50 | 285.55 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 11.00 | 654.52 | 665.52 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 10.00 | 661.43 | 671.43 | NOTE | |
| r-devel-macos-arm64 | 0.2.1 | 2.00 | 112.00 | 114.00 | NOTE | |
| r-devel-windows-x86_64 | 0.2.1 | 8.00 | 556.00 | 564.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 6.66 | 393.85 | 400.51 | NOTE | |
| r-release-linux-x86_64 | 0.2.1 | 5.90 | 395.11 | 401.01 | NOTE | |
| r-release-macos-arm64 | 0.2.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 385.00 | 389.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.1 | 10.00 | 697.00 | 707.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.1 | 4.00 | 547.00 | 551.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 12.00 | 869.00 | 881.00 | OK |
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-macos-arm64, 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
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
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.6/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