CRAN Package Check Results for Package ltable

Last updated on 2025-12-06 17:48:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.4 4.67 112.05 116.72 NOTE
r-devel-linux-x86_64-debian-gcc 2.0.4 2.90 38.65 41.55 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.4 11.00 177.66 188.66 OK
r-devel-linux-x86_64-fedora-gcc 2.0.4 173.93 OK
r-devel-windows-x86_64 2.0.4 7.00 106.00 113.00 OK
r-patched-linux-x86_64 2.0.4 3.85 98.88 102.73 OK
r-release-linux-x86_64 2.0.4 4.08 97.76 101.84 OK
r-release-macos-arm64 2.0.4 OK
r-release-macos-x86_64 2.0.4 3.00 84.00 87.00 OK
r-release-windows-x86_64 2.0.4 5.00 103.00 108.00 OK
r-oldrel-macos-arm64 2.0.4 OK
r-oldrel-macos-x86_64 2.0.4 6.00 110.00 116.00 OK
r-oldrel-windows-x86_64 2.0.4 7.00 132.00 139.00 OK

Check Details

Version: 2.0.4
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Ocheredko Oleksandr <Ocheredko@yahoo.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Ocheredko", family = "Oleksandr", role = c("aut", "cre"), email = "ocheredko@yahoo.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.0.4
Check: examples
Result: ERROR Running examples in ‘ltable-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ltable-package > ### Title: ltable > ### Aliases: ltable > ### Keywords: package > > ### ** Examples > > require(ltable) > data(sdata, package="ltable") > table_f(sdata, "a") a:FALSE a:TRUE Total, N 1 9 10 19 > table_f(sdata, "a", MV=TRUE, extended=TRUE) a:FALSE a:TRUE NA Total, N 1 9 10 3 22 > table_f(sdata, "a,b,c") a b c:female c:male Total, N 1 FALSE 1 0 3 3 2 FALSE 2 6 0 6 3 TRUE 1 0 5 5 4 TRUE 2 4 0 4 sum Total, N Total, N 10 8 18 > knitr::kable(table_f(sdata, "a,b,c,d", type=2, digits=3)) Error in loadNamespace(x) : there is no package called ‘knitr’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed MCPower 5.562 0.003 6.824 MCLogLin 4.606 0.023 5.751 Flavor: r-devel-linux-x86_64-debian-gcc