Last updated on 2024-11-12 00:49:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 1.99 | 29.37 | 31.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.6 | 1.54 | 24.43 | 25.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.6 | 52.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.6 | 66.28 | OK | |||
r-devel-windows-x86_64 | 0.0.6 | 3.00 | 61.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 0.0.6 | 2.24 | 29.21 | 31.45 | OK | |
r-release-linux-x86_64 | 0.0.6 | 1.41 | 29.56 | 30.97 | OK | |
r-release-macos-arm64 | 0.0.6 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.0.6 | 82.00 | OK | |||
r-oldrel-macos-arm64 | 0.0.6 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.6 | 73.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.6 | 4.00 | 66.00 | 70.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(charcuterie)
Attaching package: 'charcuterie'
The following objects are masked from 'package:base':
intersect, setdiff, union
>
> test_check("charcuterie")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 72 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-chars.R:4:3'): classes can be added and removed ────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'vctrs'
Backtrace:
▆
1. ├─testthat::expect_vector(x, size = nchar("string")) at test-chars.R:4:3
2. │ └─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─base::loadNamespace(x)
7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
8. └─base (local) withOneRestart(expr, restarts[[1L]])
9. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 72 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang