CRAN Package Check Results for Package xefun

Last updated on 2025-12-19 14:50:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.5 2.39 22.77 25.16 OK
r-devel-linux-x86_64-debian-gcc 0.1.5 1.75 18.42 20.17 OK
r-devel-linux-x86_64-fedora-clang 0.1.5 39.29 OK
r-devel-linux-x86_64-fedora-gcc 0.1.5 36.98 ERROR
r-devel-windows-x86_64 0.1.5 3.00 43.00 46.00 OK
r-patched-linux-x86_64 0.1.5 2.35 21.17 23.52 OK
r-release-linux-x86_64 0.1.5 2.11 21.52 23.63 OK
r-release-macos-arm64 0.1.5 OK
r-release-macos-x86_64 0.1.5 2.00 24.00 26.00 OK
r-release-windows-x86_64 0.1.5 3.00 44.00 47.00 OK
r-oldrel-macos-arm64 0.1.5 OK
r-oldrel-macos-x86_64 0.1.5 2.00 22.00 24.00 OK
r-oldrel-windows-x86_64 0.1.5 4.00 50.00 54.00 OK

Check Details

Version: 0.1.5
Check: examples
Result: ERROR Running examples in ‘xefun-Ex.R’ failed The error most likely occurred in: > ### Name: reprate > ### Title: char repetition rate > ### Aliases: reprate > > ### ** Examples > > x = c('a', 'aa', 'ab', 'aab', 'aaab') > reprate(x) Error in `[.data.table`(dat[!is.na(get(col)), c("rid", col), with = FALSE][, : attempt access index 2/2 in VECTOR_ELT Calls: reprate ... reprate.character -> reprate.data.frame -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc