CRAN Package Check Results for Package fastR2

Last updated on 2025-10-21 17:49:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.5 12.79 134.84 147.63 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.5 10.64 94.50 105.14 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.5 82.00 165.34 247.34 OK
r-devel-linux-x86_64-fedora-gcc 1.2.5 54.00 189.33 243.33 OK
r-devel-windows-x86_64 1.2.5 23.00 157.00 180.00 OK
r-patched-linux-x86_64 1.2.5 14.52 126.52 141.04 OK
r-release-linux-x86_64 1.2.5 11.91 127.74 139.65 OK
r-release-macos-arm64 1.2.5 4.00 35.00 39.00 OK
r-release-macos-x86_64 1.2.5 7.00 65.00 72.00 OK
r-release-windows-x86_64 1.2.5 20.00 123.00 143.00 ERROR
r-oldrel-macos-arm64 1.2.5 4.00 43.00 47.00 OK
r-oldrel-macos-x86_64 1.2.5 12.00 96.00 108.00 OK
r-oldrel-windows-x86_64 1.2.5 31.00 200.00 231.00 OK

Check Details

Version: 1.2.5
Check: HTML version of manual
Result: NOTE Found the following HTML validation problems: information.html:50:1 (information.Rd:12): Warning: missing </ul> before </div> maxLik2.html:55:1 (maxLik2.Rd:14): Warning: missing </ul> before </div> plot.maxLik2.html:67:1 (plot.maxLik2.Rd:21): Warning: missing </ul> before </div> Flavors: r-devel-linux-x86_64-debian-clang, 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 Flavor: r-release-windows-x86_64