Last updated on 2025-06-07 11:53:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.76 | 44.38 | 46.14 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.30 | 33.43 | 34.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 82.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 82.23 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 91.00 | 97.00 | OK | |
r-release-macos-arm64 | 0.1.0 | 33.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 65.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 5.00 | 90.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 6.00 | 86.00 | 92.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/25s]
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(tarchives)
>
> test_check("tarchives")
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 1 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
→ reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ noting builders and branches
→ parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/…
→ restricting metadata records
→ querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/…
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tar_archive.R:35:3'): tar_archive() works ──────────────────────
<tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition>
Error: Error in tar_make():
cannot open file 'Rplots.pdf'
See https://books.ropensci.org/targets/debugging.html
Backtrace:
▆
1. └─tarchives::tar_make_archive(...) at test-tar_archive.R:35:3
2. ├─tarchives:::with_dir_archive(...)
3. │ └─withr::with_dir(...)
4. │ └─base::force(code)
5. └─targets::tar_make(...)
6. └─targets:::callr_outer(...)
7. ├─targets:::if_any(...)
8. └─targets:::callr_error(traced_condition = out, fun = fun)
9. └─targets::tar_throw_run(message, class = class(traced_condition$condition))
10. └─targets::tar_error(...)
11. └─rlang::abort(message = message, class = class, call = tar_envir_base)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/17s]
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(tarchives)
>
> test_check("tarchives")
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 1 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-pl…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-pl…
→ restricting metadata records
→ querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 2 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
→ reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ noting builders and branches
→ parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo…
→ restricting metadata records
→ querying 2 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta…
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tar_archive.R:35:3'): tar_archive() works ──────────────────────
<tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition>
Error: Error in tar_make():
cannot open file 'Rplots.pdf'
See https://books.ropensci.org/targets/debugging.html
Backtrace:
▆
1. └─tarchives::tar_make_archive(...) at test-tar_archive.R:35:3
2. ├─tarchives:::with_dir_archive(...)
3. │ └─withr::with_dir(...)
4. │ └─base::force(code)
5. └─targets::tar_make(...)
6. └─targets:::callr_outer(...)
7. ├─targets:::if_any(...)
8. └─targets:::callr_error(traced_condition = out, fun = fun)
9. └─targets::tar_throw_run(message, class = class(traced_condition$condition))
10. └─targets::tar_error(...)
11. └─rlang::abort(message = message, class = class, call = tar_envir_base)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.