Last updated on 2025-12-05 17:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.5 | 5.06 | 57.90 | 62.96 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.5 | 4.21 | 26.98 | 31.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.5 | 11.00 | 85.56 | 96.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 13.00 | 80.97 | 93.97 | OK | |
| r-devel-windows-x86_64 | 1.0.5 | 7.00 | 83.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 1.0.5 | 5.38 | 53.09 | 58.47 | OK | |
| r-release-linux-x86_64 | 1.0.5 | 6.16 | 54.47 | 60.63 | OK | |
| r-release-macos-arm64 | 1.0.5 | OK | ||||
| r-release-macos-x86_64 | 1.0.5 | 9.00 | 58.00 | 67.00 | OK | |
| r-release-windows-x86_64 | 1.0.5 | 7.00 | 86.00 | 93.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.5 | 8.00 | 62.00 | 70.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.5 | 12.00 | 98.00 | 110.00 | OK |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in ‘mulgar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: convert_proj_tibble
> ### Title: This function turns a projection sequence into a tibble
> ### Aliases: convert_proj_tibble
>
> ### ** Examples
>
>
> require(tourr)
Loading required package: tourr
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘tourr’
> t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2))
Error in interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2)) :
could not find function "interpolate"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc