CRAN Package Check Results for Package caroline

Last updated on 2024-06-14 05:58:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.2 4.18 37.94 42.12 OK
r-devel-linux-x86_64-debian-gcc 0.9.2 2.93 25.51 28.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.2 53.24 OK
r-devel-linux-x86_64-fedora-gcc 0.9.2 50.86 OK
r-devel-windows-x86_64 0.9.2 4.00 55.00 59.00 OK
r-patched-linux-x86_64 0.9.2 4.78 37.53 42.31 OK
r-release-linux-x86_64 0.9.2 3.17 35.76 38.93 OK
r-release-macos-arm64 0.9.2 20.00 OK
r-release-macos-x86_64 0.9.2 31.00 OK
r-release-windows-x86_64 0.9.2 5.00 55.00 60.00 OK
r-oldrel-macos-arm64 0.9.2 21.00 OK
r-oldrel-macos-x86_64 0.9.2 52.00 OK
r-oldrel-windows-x86_64 0.9.2 5.00 61.00 66.00 OK

Check Details

Version: 0.9.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘RSQLite’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.2
Check: examples
Result: ERROR Running examples in ‘caroline-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bestBy > ### Title: Find the "best" record within subgroups of a dataframe. > ### Aliases: bestBy > > ### ** Examples > > > blast.results <- data.frame(score=c(1,2,34,4,5,3,23), + query=c('z','x','y','z','x','y','z'), + target=c('a','b','c','d','e','f','g') + ) > best.hits.R <- bestBy(blast.results, by='query', best='score', inverse=TRUE) > best.hits.R score query target y 34 y c z 23 z g x 5 x e > ## or using SQLite > best.hits.sql <- bestBy(blast.results, by='query', best='score', inverse=TRUE, sql=TRUE) Loading required namespace: RSQLite Failed with error: ‘there is no package called ‘RSQLite’’ Error in loadNamespace(x) : there is no package called ‘RSQLite’ Calls: bestBy ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc