Last updated on 2019-11-26 00:51:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.13 | 27.39 | 225.03 | 252.42 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.13 | 21.03 | 162.68 | 183.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.13 | 283.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.13 | 279.56 | OK | |||
r-devel-windows-ix86+x86_64 | 2.13 | 74.00 | 347.00 | 421.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 2.13 | 49.00 | 274.00 | 323.00 | NOTE | |
r-patched-linux-x86_64 | 2.13 | 24.08 | 212.40 | 236.48 | OK | |
r-patched-solaris-x86 | 2.13 | 336.90 | OK | |||
r-release-linux-x86_64 | 2.13 | 24.03 | 212.65 | 236.68 | OK | |
r-release-windows-ix86+x86_64 | 2.13 | 66.00 | 251.00 | 317.00 | NOTE | |
r-release-osx-x86_64 | 2.13 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.13 | 38.00 | 313.00 | 351.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.13 | OK |
Version: 2.13
Check: examples
Result: ERROR
Running examples in 'bipartite-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: array2linkmx
> ### Title: Reshape a webarray to a web X link matrix
> ### Aliases: array2linkmx
> ### Keywords: package
>
> ### ** Examples
>
> array2linkmx(webs2array(Safariland, vazquenc))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
bipartite
--- call from context ---
webs2array(Safariland, vazquenc)
--- call from argument ---
if (class(webs[[1]]) == "list") {
webs <- webs[[1]]
web.names <- names(webs)
if (is.null(web.names)) {
web.names <- paste0("web", 1:length(webs))
}
}
--- R stacktrace ---
where 1: webs2array(Safariland, vazquenc)
where 2: matrix(nrow = dim(webarray)[1] * dim(webarray)[2], ncol = dim(webarray)[3])
where 3: array2linkmx(webs2array(Safariland, vazquenc))
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (...)
{
webinput <- substitute(list(...))
web.names <- as.character(webinput)[-1L]
webs <- eval(webinput)
if (class(webs[[1]]) == "list") {
webs <- webs[[1]]
web.names <- names(webs)
if (is.null(web.names)) {
web.names <- paste0("web", 1:length(webs))
}
}
if (length(webs) < 2)
stop("Please provide more than one web as input!")
all.names.HL <- sort(unique(unlist(lapply(webs, colnames))))
all.names.LL <- sort(unique(unlist(lapply(webs, rownames))))
web.array <- array(0, dim = c(length(all.names.LL), length(all.names.HL),
length(web.names)), dimnames = list(all.names.LL, all.names.HL,
web.names))
for (i in 1:length(web.names)) {
ri <- rownames(webs[[i]])
ci <- colnames(webs[[i]])
web.array[ri, ci, i] <- webs[[i]]
}
return(web.array)
}
<bytecode: 0x9c6c148>
<environment: namespace:bipartite>
--- function search by body ---
Function webs2array in namespace bipartite has this body.
----------- END OF FAILURE REPORT --------------
Fatal error: the condition has length > 1
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.13
Check: examples
Result: ERROR
Running examples in ‘bipartite-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: array2linkmx
> ### Title: Reshape a webarray to a web X link matrix
> ### Aliases: array2linkmx
> ### Keywords: package
>
> ### ** Examples
>
> array2linkmx(webs2array(Safariland, vazquenc))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
bipartite
--- call from context ---
webs2array(Safariland, vazquenc)
--- call from argument ---
if (class(webs[[1]]) == "list") {
webs <- webs[[1]]
web.names <- names(webs)
if (is.null(web.names)) {
web.names <- paste0("web", 1:length(webs))
}
}
--- R stacktrace ---
where 1: webs2array(Safariland, vazquenc)
where 2: matrix(nrow = dim(webarray)[1] * dim(webarray)[2], ncol = dim(webarray)[3])
where 3: array2linkmx(webs2array(Safariland, vazquenc))
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (...)
{
webinput <- substitute(list(...))
web.names <- as.character(webinput)[-1L]
webs <- eval(webinput)
if (class(webs[[1]]) == "list") {
webs <- webs[[1]]
web.names <- names(webs)
if (is.null(web.names)) {
web.names <- paste0("web", 1:length(webs))
}
}
if (length(webs) < 2)
stop("Please provide more than one web as input!")
all.names.HL <- sort(unique(unlist(lapply(webs, colnames))))
all.names.LL <- sort(unique(unlist(lapply(webs, rownames))))
web.array <- array(0, dim = c(length(all.names.LL), length(all.names.HL),
length(web.names)), dimnames = list(all.names.LL, all.names.HL,
web.names))
for (i in 1:length(web.names)) {
ri <- rownames(webs[[i]])
ci <- colnames(webs[[i]])
web.array[ri, ci, i] <- webs[[i]]
}
return(web.array)
}
<bytecode: 0x558cf2821f10>
<environment: namespace:bipartite>
--- function search by body ---
Function webs2array in namespace bipartite has this body.
----------- END OF FAILURE REPORT --------------
Fatal error: the condition has length > 1
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.13
Check: installed package size
Result: NOTE
installed size is 5.3Mb
sub-directories of 1Mb or more:
doc 2.9Mb
libs 1.5Mb
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64