Last updated on 2025-10-21 01:48:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 1.89 | 25.10 | 26.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.46 | 18.97 | 20.43 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 28.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 35.78 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 4.00 | 51.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 1.90 | 22.78 | 24.68 | OK | |
r-release-linux-x86_64 | 0.1.1 | 1.89 | 22.74 | 24.63 | OK | |
r-release-macos-arm64 | 0.1.1 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 48.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 5.00 | 53.00 | 58.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 41.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 4.00 | 56.00 | 60.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘containr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: generate_dockerfile
> ### Title: Generate a reproducible Dockerfile for R projects
> ### Aliases: generate_dockerfile
>
> ### ** Examples
>
> # Basic Usage
>
> # Specify an image with R 4.2.0 installed
>
> generate_dockerfile(r_version = "4.3.0")
Error in get_r_ver_tags(r_mode = r_mode, verbose = verbose) :
httr::status_code(res) == 200 is not TRUE
Calls: generate_dockerfile -> r_ver_exists -> get_r_ver_tags -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc