Last updated on 2026-01-19 07:51:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.5 | 2.09 | 143.22 | 145.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.5 | 1.76 | 104.08 | 105.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.5 | 348.23 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.5.5 | 352.76 | OK | |||
| r-devel-windows-x86_64 | 0.5.5 | 4.00 | 104.00 | 108.00 | OK | |
| r-patched-linux-x86_64 | 0.5.5 | 2.39 | 162.88 | 165.27 | OK | |
| r-release-linux-x86_64 | 0.5.5 | 1.74 | 136.61 | 138.35 | OK | |
| r-release-macos-arm64 | 0.5.5 | OK | ||||
| r-release-macos-x86_64 | 0.5.5 | 2.00 | 112.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 0.5.5 | 4.00 | 103.00 | 107.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.5 | 2.00 | 125.00 | 127.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.5 | 5.00 | 79.00 | 84.00 | ERROR |
Version: 0.5.5
Check: tests
Result: ERROR
Running 'testthat.R' [30s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jetpack)
Attaching package: 'jetpack'
The following object is masked from 'package:stats':
update
The following objects are masked from 'package:base':
load, remove
>
> # for renv reverse dependency check
> # https://github.com/ankane/jetpack/pull/25
> requireNamespace("renv", quietly=TRUE)
>
> test_check("jetpack")
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
All dependencies are satisfied
Run 'jetpack::install()' to install them
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
Run 'jetpack::add(package)' to add packages!
[ FAIL 3 | WARN 3 | SKIP 7 | PASS 15 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• local_path == "" is TRUE (1): 'test-local.R:5:3'
• On CRAN (6): 'test-global.R:5:3', 'test-bioconductor.R:7:3',
'test-github.R:6:3', 'test-migrate.R:8:3', 'test-update-renv.R:7:3',
'test-update.R:6:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cli.R:15:5'): it works ─────────────────────────────────────────
Error in `run(cli, "add DBI")`: Command exited with status: 1
Installing 1 packages: DBI
Installing package into 'D:/temp/2026_01_16_01_50_00_28300/RtmpwHgFnD/library1f64f1673e1/app1f645f4e393d-4378-572097bc/windows/R-4.4/x86_64-w64-mingw32'
(as 'lib' is unspecified)
cannot open the connection
Warning message:
In read.dcf(file = tmpf) :
cannot open compressed file 'D:/RCompile/CRANpkg/lib/4.4/renv/repos/bin/windows/contrib/4.4/PACKAGES', probable reason 'No such file or directory'
Backtrace:
▆
1. ├─jetpack:::setup(...) at test-cli.R:5:3
2. │ └─withr::with_dir(app_dir, code) at ./helper-setup.R:23:3
3. │ └─base::force(code)
4. └─jetpack::run(cli, "add DBI") at test-cli.R:15:5
── Error ('test-all.R:10:5'): it works ─────────────────────────────────────────
Error in `read.dcf(file = tmpf)`: cannot open the connection
Backtrace:
▆
1. ├─jetpack:::setup(...) at test-all.R:4:3
2. │ └─withr::with_dir(app_dir, code) at ./helper-setup.R:23:3
3. │ └─base::force(code)
4. └─jetpack::add("DBI") at test-all.R:10:5
5. ├─jetpack:::sandbox(...)
6. │ └─jetpack:::configureRenv(code)
7. │ └─base::eval(code)
8. └─jetpack:::installHelper(desc = desc, show_status = TRUE)
9. └─remotes::install_deps(...)
10. ├─stats::update(...)
11. └─remotes:::update.package_deps(...)
12. └─remotes:::install_packages(...)
13. ├─base::do.call(...)
14. └─remotes (local) `<fn>`(...)
15. ├─remotes:::with_options(...)
16. │ └─base::force(code)
17. ├─remotes:::with_envvar(...)
18. │ └─base::force(code)
19. └─utils (local) i.p(...)
20. └─utils::available.packages(...)
21. └─base::read.dcf(file = tmpf)
── Error ('test-install.R:7:5'): it works ──────────────────────────────────────
Error in `read.dcf(file = tmpf)`: cannot open the connection
Backtrace:
▆
1. ├─jetpack:::setup(...) at test-install.R:4:3
2. │ └─withr::with_dir(app_dir, code) at ./helper-setup.R:23:3
3. │ └─base::force(code)
4. └─jetpack::add("DBI") at test-install.R:7:5
5. ├─jetpack:::sandbox(...)
6. │ └─jetpack:::configureRenv(code)
7. │ └─base::eval(code)
8. └─jetpack:::installHelper(desc = desc, show_status = TRUE)
9. └─remotes::install_deps(...)
10. ├─stats::update(...)
11. └─remotes:::update.package_deps(...)
12. └─remotes:::install_packages(...)
13. ├─base::do.call(...)
14. └─remotes (local) `<fn>`(...)
15. ├─remotes:::with_options(...)
16. │ └─base::force(code)
17. ├─remotes:::with_envvar(...)
18. │ └─base::force(code)
19. └─utils (local) i.p(...)
20. └─utils::available.packages(...)
21. └─base::read.dcf(file = tmpf)
[ FAIL 3 | WARN 3 | SKIP 7 | PASS 15 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
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.