Last updated on 2026-07-01 00:53:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 1.92 | 29.85 | 31.77 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.46 | 23.30 | 24.76 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 44.58 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 42.50 | OK | |||
| r-devel-windows-x86_64 | 0.1.3 | 4.00 | 49.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 0.1.3 | 2.01 | 25.77 | 27.78 | OK | |
| r-release-linux-x86_64 | 0.1.3 | OK | ||||
| r-release-macos-arm64 | 0.1.3 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.1.3 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 3.00 | 50.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | 1.00 | 14.00 | 15.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.3 | 2.00 | 31.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 6.00 | 57.00 | 63.00 | OK |
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [6s/14s]
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(containr)
>
> test_check("containr")
Saving _problems/test-generate-dockerfile-file-args-17.R
Start from the Rocker project image
Prevent interactive prompts during package installation
Install system libraries required for common R packages
Create additional Linux user
Install Quarto and Markdown support
Set working directory to /home
Copy renv.lock files
If required, copy data files from the host into the container
If required, copy code files from the host into the container
If required, copy miscellaneous files from the host into the container
Installs renv and restores project library
Expose port 8787 for the IDE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 82 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-generate-dockerfile-file-args.R:17:5'): Dockerfile is written to the specified output directory ──
Error in `.get_r_ver_tags(r_mode = r_mode, verbose = verbose)`: Docker Hub API request failed.
i Image: "rocker/r-ver"
i HTTP status: 500
Backtrace:
▆
1. └─containr::generate_dockerfile(r_version = "4.3.0", output = tmp) at test-generate-dockerfile-file-args.R:17:5
2. └─containr:::.r_ver_exists(resolved_version)
3. └─containr:::.get_r_ver_tags(r_mode = r_mode, verbose = verbose)
4. └─cli::cli_abort(...)
5. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 82 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang