Last updated on 2020-01-28 18:50:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-2 | 4.39 | 31.36 | 35.75 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0-2 | 2.89 | 24.87 | 27.76 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0-2 | 43.65 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-2 | 42.32 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.0-2 | 10.00 | 73.00 | 83.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.0-2 | 18.00 | 63.00 | 81.00 | OK | |
r-patched-linux-x86_64 | 0.0-2 | OK | ||||
r-patched-solaris-x86 | 0.0-2 | 61.20 | OK | |||
r-release-linux-x86_64 | 0.0-2 | 3.76 | 28.39 | 32.15 | OK | |
r-release-windows-ix86+x86_64 | 0.0-2 | 9.00 | 45.00 | 54.00 | OK | |
r-release-osx-x86_64 | 0.0-2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0-2 | 7.00 | 58.00 | 65.00 | OK | |
r-oldrel-osx-x86_64 | 0.0-2 | OK |
Version: 0.0-2
Check: examples
Result: ERROR
Running examples in 'listless-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: list_str
> ### Title: Summarise the structure of a list
> ### Aliases: list_str
>
> ### ** Examples
>
> l <- list(
+ a = 1,
+ b = matrix(1:6, 2),
+ c = list(
+ ca = y ~ x,
+ list(cba = median, cbb = quote(1 + 1), cbc = expression(1 + 1)),
+ cc = list(cca = as.name("xyz"))
+ ),
+ d = array(1:24, 2:4)
+ )
> list_str(l)
Error in data.frame(names = names(classes), class = unname(classes), mode = unname(modes), :
arguments imply differing number of rows: 9, 8
Calls: list_str -> data.frame
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0-2
Check: examples
Result: ERROR
Running examples in ‘listless-Ex.R’ failed
The error most likely occurred in:
> ### Name: list_str
> ### Title: Summarise the structure of a list
> ### Aliases: list_str
>
> ### ** Examples
>
> l <- list(
+ a = 1,
+ b = matrix(1:6, 2),
+ c = list(
+ ca = y ~ x,
+ list(cba = median, cbb = quote(1 + 1), cbc = expression(1 + 1)),
+ cc = list(cca = as.name("xyz"))
+ ),
+ d = array(1:24, 2:4)
+ )
> list_str(l)
Error in data.frame(names = names(classes), class = unname(classes), mode = unname(modes), :
arguments imply differing number of rows: 9, 8
Calls: list_str -> data.frame
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc