Last updated on 2025-12-07 07:50:39 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ltable | 1 | 1 | 11 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
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