Last updated on 2024-12-26 01:49:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 2.53 | 26.85 | 29.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.74 | 55.03 | 56.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 133.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 129.04 | OK | |||
r-devel-windows-x86_64 | 0.1 | 4.00 | 106.00 | 110.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 1.94 | 76.65 | 78.59 | 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 | 103.00 | 107.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 | 5.00 | 122.00 | 127.00 | OK |
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/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-clang