Last updated on 2026-04-23 02:55:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.45 | 189.95 | 193.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 7.00 | 622.48 | 629.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 8.00 | 610.55 | 618.55 | OK | |
| r-devel-macos-arm64 | 0.2.1 | 1.00 | 90.00 | 91.00 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 6.00 | 312.00 | 318.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 4.57 | 235.17 | 239.74 | OK | |
| r-release-linux-x86_64 | 0.2 | 3.23 | 234.94 | 238.17 | ERROR | |
| r-release-macos-arm64 | 0.2.1 | 1.00 | 86.00 | 87.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 3.00 | 406.00 | 409.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 7.00 | 289.00 | 296.00 | OK | |
| r-oldrel-macos-arm64 | 0.2 | 9.00 | ERROR | |||
| r-oldrel-macos-x86_64 | 0.2.1 | 13.00 | ERROR | |||
| r-oldrel-windows-x86_64 | 0.2.1 | 7.00 | 314.00 | 321.00 | OK |
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [70s/85s]
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)
> suppressPackageStartupMessages(library(srcpkgs))
>
> test_check("srcpkgs")
[ FAIL 7 | WARN 25 | SKIP 5 | PASS 589 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-pkg_check.R:5:3', 'test-pkg_test.R:75:1',
'test-pkgs_check.R:5:3', 'test-pkgs_test.R:2:1', 'test-pkgs_test.R:66:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-pkg_meta.R:44:3'): fetch_srcpkgs_meta ────────────────────────
Expected `is.data.frame(df)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-pkg_meta.R:45:3'): fetch_srcpkgs_meta ────────────────────────
Expected `df$package` to be identical to "pkg1".
Differences:
`actual` is NULL
`expected` is a character vector ('pkg1')
── Failure ('test-pkg_meta.R:46:3'): fetch_srcpkgs_meta ────────────────────────
Expected `df$attached` to be FALSE.
Differences:
`actual` is NULL
`expected` is a logical vector (FALSE)
── Failure ('test-pkg_meta.R:54:3'): fetch_srcpkgs_meta ────────────────────────
Expected `fetch_srcpkgs_meta()$package` to be identical to "pkg1".
Differences:
`actual` is NULL
`expected` is a character vector ('pkg1')
── Failure ('test-pkg_meta.R:66:3'): fetch_srcpkgs_meta ────────────────────────
Expected `is.data.frame(df)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-pkg_meta.R:67:3'): fetch_srcpkgs_meta ────────────────────────
Expected `all(c("pkg1", "pkg2") %in% df$package)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Error ('test-pkg_meta.R:69:3'): fetch_srcpkgs_meta ──────────────────────────
Error in `expect_setequal(df$attached, c(TRUE, FALSE))`: `object` must be a vector, not `NULL`.
Backtrace:
▆
1. └─testthat::expect_setequal(object = df$attached) at test-pkg_meta.R:69:3
2. └─testthat:::check_vector(act$val, error_arg = "object")
3. └─testthat:::stop_input_type(x, "a vector", arg = error_arg, call = error_call)
4. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 7 | WARN 25 | SKIP 5 | PASS 589 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘clitable’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-arm64
Version: 0.2.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘clitable’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-x86_64