Last updated on 2026-03-14 01:52:42 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| StormR | 1 | 10 | 3 |
Current CRAN status: ERROR: 1, NOTE: 10, OK: 3
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