Last updated on 2025-06-15 03:49:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 4.07 | 134.64 | 138.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 2.57 | 96.32 | 98.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 216.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 229.13 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 8.00 | 146.00 | 154.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 4.23 | 129.37 | 133.60 | OK | |
r-release-linux-x86_64 | 1.1.0 | 3.81 | 129.49 | 133.30 | 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 | 6.00 | 145.00 | 151.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 | 9.00 | 187.00 | 196.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [37s/45s]
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-gcc