Last updated on 2022-12-09 07:53:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 25.71 | 36.48 | 62.19 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 18.75 | 30.65 | 49.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 85.43 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 85.96 | ERROR | |||
r-devel-windows-x86_64 | 2.0 | 38.00 | 94.00 | 132.00 | OK | |
r-patched-linux-x86_64 | 2.0 | 20.61 | 36.97 | 57.58 | OK | |
r-release-linux-x86_64 | 2.0 | 23.17 | 36.88 | 60.05 | OK | |
r-release-macos-arm64 | 2.0 | 23.00 | OK | |||
r-release-macos-x86_64 | 2.0 | 35.00 | OK | |||
r-release-windows-x86_64 | 2.0 | 51.00 | 89.00 | 140.00 | OK | |
r-oldrel-macos-arm64 | 2.0 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0 | 34.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0 | 57.00 | 95.00 | 152.00 | OK |
Version: 2.0
Check: examples
Result: ERROR
Running examples in 'ReorderCluster-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RearrangeData
> ### Title: Sample function to perform optimal reordering of the
> ### hierarchical tree according to class labels
> ### Aliases: RearrangeData
> ### Keywords: clustering reordering
>
> ### ** Examples
>
> data(leukemia)
> rownames(leukemia)=leukemia[,1]
> leukemia=leukemia[,-1]
> matr=leukemia[,-101]
> class=leukemia[,101]
> matr=as.matrix(matr)
> res=RearrangeData(matr,class)
Error in RearrangeData(matr, class) :
non-interactive browser() -- left over from debugging?
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0
Check: examples
Result: ERROR
Running examples in ‘ReorderCluster-Ex.R’ failed
The error most likely occurred in:
> ### Name: RearrangeData
> ### Title: Sample function to perform optimal reordering of the
> ### hierarchical tree according to class labels
> ### Aliases: RearrangeData
> ### Keywords: clustering reordering
>
> ### ** Examples
>
> data(leukemia)
> rownames(leukemia)=leukemia[,1]
> leukemia=leukemia[,-1]
> matr=leukemia[,-101]
> class=leukemia[,101]
> matr=as.matrix(matr)
> res=RearrangeData(matr,class)
Error in RearrangeData(matr, class) :
non-interactive browser() -- left over from debugging?
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc