Last updated on 2024-12-23 12:49:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 2.12 | 79.52 | 81.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.86 | 21.75 | 23.61 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 133.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 128.40 | OK | |||
r-devel-windows-x86_64 | 0.1 | 5.00 | 105.00 | 110.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 2.00 | 77.36 | 79.36 | OK | |
r-release-linux-x86_64 | 0.1 | 1.65 | 77.36 | 79.01 | OK | |
r-release-macos-arm64 | 0.1 | 38.00 | OK | |||
r-release-macos-x86_64 | 0.1 | 68.00 | OK | |||
r-release-windows-x86_64 | 0.1 | 4.00 | 102.00 | 106.00 | OK | |
r-oldrel-macos-arm64 | 0.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1 | 70.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1 | 4.00 | 118.00 | 122.00 | OK |
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
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(centerline)
>
> test_check("centerline")
Linking to GEOS 3.13.0, GDAL 3.9.3, PROJ 9.5.1; sf_use_s2() is TRUE
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cnt_path.R:2:1'): (code run outside of `test_that()`) ──────────
<packageNotFoundError/error/condition>
Error in `library(terra)`: there is no package called 'terra'
Backtrace:
▆
1. └─base::library(terra) at test-cnt_path.R:2:1
── Error ('test-cnt_path_guess.R:2:1'): (code run outside of `test_that()`) ────
<packageNotFoundError/error/condition>
Error in `library(terra)`: there is no package called 'terra'
Backtrace:
▆
1. └─base::library(terra) at test-cnt_path_guess.R:2:1
── Error ('test-cnt_skeleton.R:3:1'): (code run outside of `test_that()`) ──────
<packageNotFoundError/error/condition>
Error in `library(terra)`: there is no package called 'terra'
Backtrace:
▆
1. └─base::library(terra) at test-cnt_skeleton.R:3:1
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc