CRAN Package Check Results for Package skater

Last updated on 2026-03-10 06:53:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 3.06 55.63 58.69 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.0 2.10 43.93 46.03 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 96.87 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 6.00 104.41 110.41 OK
r-devel-macos-arm64 0.2.0 1.00 20.00 21.00 OK
r-devel-windows-x86_64 0.1.2 11.00 72.00 83.00 ERROR
r-patched-linux-x86_64 0.1.2 3.66 51.44 55.10 ERROR
r-release-linux-x86_64 0.1.2 2.78 50.95 53.73 ERROR
r-release-macos-arm64 0.2.0 1.00 20.00 21.00 OK
r-release-macos-x86_64 0.1.2 2.00 85.00 87.00 OK
r-release-windows-x86_64 0.1.2 7.00 77.00 84.00 ERROR
r-oldrel-macos-arm64 0.2.0 1.00 25.00 26.00 OK
r-oldrel-macos-x86_64 0.1.2 2.00 57.00 59.00 OK
r-oldrel-windows-x86_64 0.2.0 7.00 90.00 97.00 OK

Check Details

Version: 0.1.2
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘readr::read_table2’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘skater-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: read_akt > ### Title: Read AKT kin output file > ### Aliases: read_akt > > ### ** Examples > > aktFile <- system.file("extdata", "3gens.akt", package="skater", mustWork=TRUE) > akt <- read_akt(aktFile) Error: 'read_table2' is not an exported object from 'namespace:readr' Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: examples
Result: ERROR Running examples in 'skater-Ex.R' failed The error most likely occurred in: > ### Name: read_akt > ### Title: Read AKT kin output file > ### Aliases: read_akt > > ### ** Examples > > aktFile <- system.file("extdata", "3gens.akt", package="skater", mustWork=TRUE) > akt <- read_akt(aktFile) Error: 'read_table2' is not an exported object from 'namespace:readr' Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64