Last updated on 2025-07-13 04:48:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 3.55 | 136.98 | 140.53 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 2.85 | 97.75 | 100.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 217.76 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 221.80 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 5.00 | 148.00 | 153.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 4.13 | 130.23 | 134.36 | OK | |
r-release-linux-x86_64 | 1.1.0 | 3.79 | 129.36 | 133.15 | OK | |
r-release-macos-arm64 | 1.1.0 | 77.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 149.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 7.00 | 152.00 | 159.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 82.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 135.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 8.00 | 182.00 | 190.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [54s/61s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(fireexposuR)
>
> test_check("fireexposuR")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fire_exp_validate.R:23:3'): fire_exp_validate() runs when input conditions are met ──
Expected `fire_exp_validate(expnb, fires, aoi, samplesize = 0.1)` to run without any errors.
i Actually got a <simpleError> with text:
[spatSample] sample size must be a positive integer
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang