Last updated on 2026-06-07 08:50:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.31 | 38.66 | 40.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.19 | 29.71 | 31.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 63.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 73.57 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 4.00 | 62.00 | 66.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 3.25 | 35.36 | 38.61 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 2.89 | 34.96 | 37.85 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 59.00 | 61.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 63.00 | 67.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 76.00 | 78.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 6.00 | 70.00 | 76.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘rocrateR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: unbag_rocrate
> ### Title: 'Unbag' (extract) RO-Crate packed with BagIt
> ### Aliases: unbag_rocrate
>
> ### ** Examples
>
> # -------- SETUP --------
> basic_crate <- rocrateR::rocrate()
> # temp file
> tmp_dir <- file.path(tempdir(), digest::digest(basename(tempfile())))
> tmp <- file.path(tmp_dir, "ro-crate-metadata.json")
> dir.create(tmp_dir)
>
> # bag RO-Crate
> path_to_roc_bag <- rocrateR::bag_rocrate(basic_crate, path = tmp_dir)
Warning in file.create(to[okay]) :
cannot create file '/tmp/Rtmpx8Mr4P/rocrate-39dbd801447d63279871c58b10482351/data/ro-crate-metadata.json', reason 'No such file or directory'
Error: It was not possible to bag all your files!
Missing file(s):
- ro-crate-metadata.json
To ignore this check, set `force_bag = TRUE`.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc