Last updated on 2020-02-19 10:48:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-5 | 2.44 | 23.66 | 26.10 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0-5 | 2.21 | 18.78 | 20.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 32.99 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 32.62 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0-5 | 6.00 | 38.00 | 44.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0-5 | 8.00 | 53.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 1.0-5 | 1.94 | 23.36 | 25.30 | OK | |
r-patched-solaris-x86 | 1.0-5 | 47.70 | OK | |||
r-release-linux-x86_64 | 1.0-5 | 2.01 | 22.99 | 25.00 | OK | |
r-release-windows-ix86+x86_64 | 1.0-5 | 5.00 | 39.00 | 44.00 | OK | |
r-release-osx-x86_64 | 1.0-5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-5 | 3.00 | 37.00 | 40.00 | OK | |
r-oldrel-osx-x86_64 | 1.0-5 | OK |
Version: 1.0-5
Check: examples
Result: ERROR
Running examples in 'hybridHclust-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get.distances
> ### Title: Extract Distances From Mutual Cluster
> ### Aliases: get.distances
> ### Keywords: cluster
>
> ### ** Examples
>
> x <- cbind(c(-1.4806,1.5772,-0.9567,-0.92,-1.9976,-0.2723,-0.3153),
+ c(-0.6283,-0.1065,0.428,-0.7777,-1.2939,-0.7796,0.012))
> mc1 <- mutualCluster(x)
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
hybridHclust
--- call from context ---
setmc(d[[1]], dmat)
--- call from argument ---
if (class(dmat) == "dist") dmat <- as.matrix(dmat)
--- R stacktrace ---
where 1: setmc(d[[1]], dmat)
where 2: setmc(setobs(as.dendrogram(h)), dmat)
where 3: getmc(h, distances, plot)
where 4: mutualCluster(x)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (d, dmat)
{
if (class(dmat) == "dist")
dmat <- as.matrix(dmat)
if (attr(d, "members") > 1) {
d[[1]] <- setmc(d[[1]], dmat)
d[[2]] <- setmc(d[[2]], dmat)
obs <- attr(d, "obs")
if ((length(obs) < nrow(dmat)) && (max(dmat[obs, obs]) <
min(dmat[obs, -obs])))
attr(d, "edgetext") <- " "
}
return(d)
}
<bytecode: 0x2597ce8>
<environment: namespace:hybridHclust>
--- function search by body ---
Function setmc in namespace hybridHclust has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(dmat) == "dist") dmat <- as.matrix(dmat) :
the condition has length > 1
Calls: mutualCluster -> getmc -> setmc -> setmc
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0-5
Check: examples
Result: ERROR
Running examples in ‘hybridHclust-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get.distances
> ### Title: Extract Distances From Mutual Cluster
> ### Aliases: get.distances
> ### Keywords: cluster
>
> ### ** Examples
>
> x <- cbind(c(-1.4806,1.5772,-0.9567,-0.92,-1.9976,-0.2723,-0.3153),
+ c(-0.6283,-0.1065,0.428,-0.7777,-1.2939,-0.7796,0.012))
> mc1 <- mutualCluster(x)
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
hybridHclust
--- call from context ---
setmc(d[[1]], dmat)
--- call from argument ---
if (class(dmat) == "dist") dmat <- as.matrix(dmat)
--- R stacktrace ---
where 1: setmc(d[[1]], dmat)
where 2: setmc(setobs(as.dendrogram(h)), dmat)
where 3: getmc(h, distances, plot)
where 4: mutualCluster(x)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (d, dmat)
{
if (class(dmat) == "dist")
dmat <- as.matrix(dmat)
if (attr(d, "members") > 1) {
d[[1]] <- setmc(d[[1]], dmat)
d[[2]] <- setmc(d[[2]], dmat)
obs <- attr(d, "obs")
if ((length(obs) < nrow(dmat)) && (max(dmat[obs, obs]) <
min(dmat[obs, -obs])))
attr(d, "edgetext") <- " "
}
return(d)
}
<bytecode: 0x555794c36ce8>
<environment: namespace:hybridHclust>
--- function search by body ---
Function setmc in namespace hybridHclust has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(dmat) == "dist") dmat <- as.matrix(dmat) :
the condition has length > 1
Calls: mutualCluster -> getmc -> setmc -> setmc
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0-5
Check: examples
Result: ERROR
Running examples in ‘hybridHclust-Ex.R’ failed
The error most likely occurred in:
> ### Name: get.distances
> ### Title: Extract Distances From Mutual Cluster
> ### Aliases: get.distances
> ### Keywords: cluster
>
> ### ** Examples
>
> x <- cbind(c(-1.4806,1.5772,-0.9567,-0.92,-1.9976,-0.2723,-0.3153),
+ c(-0.6283,-0.1065,0.428,-0.7777,-1.2939,-0.7796,0.012))
> mc1 <- mutualCluster(x)
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
hybridHclust
--- call from context ---
setmc(d[[1]], dmat)
--- call from argument ---
if (class(dmat) == "dist") dmat <- as.matrix(dmat)
--- R stacktrace ---
where 1: setmc(d[[1]], dmat)
where 2: setmc(setobs(as.dendrogram(h)), dmat)
where 3: getmc(h, distances, plot)
where 4: mutualCluster(x)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (d, dmat)
{
if (class(dmat) == "dist")
dmat <- as.matrix(dmat)
if (attr(d, "members") > 1) {
d[[1]] <- setmc(d[[1]], dmat)
d[[2]] <- setmc(d[[2]], dmat)
obs <- attr(d, "obs")
if ((length(obs) < nrow(dmat)) && (max(dmat[obs, obs]) <
min(dmat[obs, -obs])))
attr(d, "edgetext") <- " "
}
return(d)
}
<bytecode: 0x2c337f8>
<environment: namespace:hybridHclust>
--- function search by body ---
Function setmc in namespace hybridHclust has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(dmat) == "dist") dmat <- as.matrix(dmat) :
the condition has length > 1
Calls: mutualCluster -> getmc -> setmc -> setmc
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0-5
Check: examples
Result: ERROR
Running examples in ‘hybridHclust-Ex.R’ failed
The error most likely occurred in:
> ### Name: get.distances
> ### Title: Extract Distances From Mutual Cluster
> ### Aliases: get.distances
> ### Keywords: cluster
>
> ### ** Examples
>
> x <- cbind(c(-1.4806,1.5772,-0.9567,-0.92,-1.9976,-0.2723,-0.3153),
+ c(-0.6283,-0.1065,0.428,-0.7777,-1.2939,-0.7796,0.012))
> mc1 <- mutualCluster(x)
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
hybridHclust
--- call from context ---
setmc(d[[1]], dmat)
--- call from argument ---
if (class(dmat) == "dist") dmat <- as.matrix(dmat)
--- R stacktrace ---
where 1: setmc(d[[1]], dmat)
where 2: setmc(setobs(as.dendrogram(h)), dmat)
where 3: getmc(h, distances, plot)
where 4: mutualCluster(x)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (d, dmat)
{
if (class(dmat) == "dist")
dmat <- as.matrix(dmat)
if (attr(d, "members") > 1) {
d[[1]] <- setmc(d[[1]], dmat)
d[[2]] <- setmc(d[[2]], dmat)
obs <- attr(d, "obs")
if ((length(obs) < nrow(dmat)) && (max(dmat[obs, obs]) <
min(dmat[obs, -obs])))
attr(d, "edgetext") <- " "
}
return(d)
}
<bytecode: 0x2f9c218>
<environment: namespace:hybridHclust>
--- function search by body ---
Function setmc in namespace hybridHclust has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(dmat) == "dist") dmat <- as.matrix(dmat) :
the condition has length > 1
Calls: mutualCluster -> getmc -> setmc -> setmc
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc