Last updated on 2026-04-10 12:52:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.72 | 409.95 | 416.67 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.51 | 287.28 | 290.79 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 12.00 | 705.43 | 717.43 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 10.00 | 677.45 | 687.45 | NOTE | |
| r-devel-macos-arm64 | 0.2.1 | 2.00 | 113.00 | 115.00 | NOTE | |
| r-devel-windows-x86_64 | 0.2.1 | 10.00 | 337.00 | 347.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 6.55 | 393.06 | 399.61 | NOTE | |
| r-release-linux-x86_64 | 0.2.1 | 5.69 | 391.11 | 396.80 | 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 | 8.00 | 706.00 | 714.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 | 11.00 | 595.00 | 606.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' [33s]
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