Last updated on 2025-09-11 21:50:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.5 | 13.32 | 123.75 | 137.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.5 | 9.91 | 81.29 | 91.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.5 | 196.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 194.17 | ERROR | |||
r-devel-windows-x86_64 | 1.2.5 | 25.00 | 140.00 | 165.00 | OK | |
r-patched-linux-x86_64 | 1.2.5 | 12.49 | 110.77 | 123.26 | OK | |
r-release-linux-x86_64 | 1.2.5 | 12.07 | 111.17 | 123.24 | OK | |
r-release-macos-arm64 | 1.2.5 | 39.00 | OK | |||
r-release-macos-x86_64 | 1.2.5 | 72.00 | OK | |||
r-release-windows-x86_64 | 1.2.5 | 20.00 | 142.00 | 162.00 | OK | |
r-oldrel-macos-arm64 | 1.2.5 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.5 | 108.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.5 | 26.00 | 178.00 | 204.00 | OK |
Version: 1.2.5
Check: examples
Result: ERROR
Running examples in ‘fastR2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cuckoo
> ### Title: Cuckoo eggs in other birds' nests
> ### Aliases: Cuckoo
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(Cuckoo)
Warning in data(Cuckoo) : data set ‘Cuckoo’ not found
> gf_boxplot(length ~ species, data = Cuckoo)
Error in `position_dodge()`:
! `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula::gf_boxplot(length ~ species, data = Cuckoo)
2. │ ├─base::do.call(position_fun, pdots)
3. │ └─ggplot2::position_dodge(orientation = NA)
4. │ ├─ggplot2::ggproto(...)
5. │ │ └─rlang::list2(...)
6. │ └─rlang::arg_match0(orientation, c("x", "y"))
7. └─rlang::abort(message = message, call = call)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.5
Check: examples
Result: ERROR
Running examples in ‘fastR2-Ex.R’ failed
The error most likely occurred in:
> ### Name: Cuckoo
> ### Title: Cuckoo eggs in other birds' nests
> ### Aliases: Cuckoo
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(Cuckoo)
Warning in data(Cuckoo) : data set ‘Cuckoo’ not found
> gf_boxplot(length ~ species, data = Cuckoo)
Error in `position_dodge()`:
! `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula::gf_boxplot(length ~ species, data = Cuckoo)
2. │ ├─base::do.call(position_fun, pdots)
3. │ └─ggplot2::position_dodge(orientation = NA)
4. │ ├─ggplot2::ggproto(...)
5. │ │ └─rlang::list2(...)
6. │ └─rlang::arg_match0(orientation, c("x", "y"))
7. └─rlang::abort(message = message, call = call)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc