Last updated on 2025-12-06 00:48:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.15 | 35.37 | 37.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.61 | 19.65 | 21.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 53.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 64.07 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 4.00 | 57.00 | 61.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.57 | 31.13 | 33.70 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.29 | 32.07 | 34.36 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 5.00 | 54.00 | 59.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 3.00 | 61.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 5.00 | 66.00 | 71.00 | OK |
Version: 1.0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'config', 'yaml'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘path.chain-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as_config
> ### Title: Prepare list to be saved as config .yaml file
> ### Aliases: as_config as_config.path_chain as_config.list
>
> ### ** Examples
>
> library(magrittr)
> # Initializing sample directory
> tmp <- create_temp_dir("files")
> create_sample_dir(tmp, override = TRUE)
[1] TRUE
> full_path_chain(tmp, "kRoot", naming_k) %>%
+ list(kDirs = .) %>%
+ list(default = .) %>%
+ yaml::write_yaml(temp_path("config.yaml"))
Error in loadNamespace(x) : there is no package called ‘yaml’
Calls: %>% ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc