Last updated on 2024-12-23 12:49:38 CET.
Package | ERROR | OK |
---|---|---|
centerline | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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