Last updated on 2019-11-22 06:51:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.2 | 8.10 | 66.73 | 74.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 94.86 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 109.81 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2 | 29.00 | 134.00 | 163.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2 | 19.00 | 92.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 1.2 | 8.74 | 79.11 | 87.85 | OK | |
r-patched-solaris-x86 | 1.2 | 166.90 | OK | |||
r-release-linux-x86_64 | 1.2 | 8.62 | 78.82 | 87.44 | OK | |
r-release-windows-ix86+x86_64 | 1.2 | 23.00 | 124.00 | 147.00 | OK | |
r-release-osx-x86_64 | 1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 9.00 | 126.00 | 135.00 | OK | |
r-oldrel-osx-x86_64 | 1.2 | OK |
Version: 1.2
Check: examples
Result: ERROR
Running examples in ‘nlnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: KPC
> ### Title: implementation of K-Profiles Clustering
> ### Aliases: KPC
>
> ### ** Examples
>
>
> ## generating the data matrix & hiden clusters as a sample
> input<-data.gen(n.genes=40, n.grps=4)
> ## now input includes data matrix and hiden clusters, so get the matrix as input.
> input<-input$data
>
> ## set nCluster value to 4
> kpc<-KPC(input,nCluster=4)
dim: 40 100
------iteration 1 -------
Error in 2:ncol(this.data) : argument of length 0
Calls: KPC
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang