Last updated on 2024-12-22 08:50:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.83 | 25.61 | 27.44 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.48 | 20.11 | 21.59 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 47.36 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 45.66 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 3.00 | 53.00 | 56.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 2.25 | 29.96 | 32.21 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 2.11 | 29.67 | 31.78 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.0 | 31.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 4.00 | 60.00 | 64.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 3.00 | 63.00 | 66.00 | OK |
Version: 0.1.0
Check: Rd files
Result: NOTE
checkRd: (-1) FuzzyCluster.Rd:15: Lost braces; missing escapes or markup?
15 | A list of cluster labels and a R object of class "fcm {ppclust}"
| ^
checkRd: (-1) pamCluster.Rd:15: Lost braces; missing escapes or markup?
15 | A list of cluster labels and a R object of class "pam {cluster}"
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘Evacluster-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EMCluster
> ### Title: Expectation Maximization Clustering
> ### Aliases: EMCluster
>
> ### ** Examples
>
> library(datasets)
> data(iris)
>
> rndSamples <- sample(nrow(iris),100)
> trainData <- iris[rndSamples,]
> testData <- iris[-rndSamples,]
>
> clsut <- EMCluster(trainData[,1:4],3)
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: init.EM(x, nclass = nclass, lab = lab, EMC = EMC, stable.solution = stable.solution, min.n = min.n, min.n.iter = min.n.iter, method = method[1])
2: EMCluster::exhaust.EM(data, ...)
3: EMCluster(trainData[, 1:4], 3)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘Evacluster-Ex.R’ failed
The error most likely occurred in:
> ### Name: EMCluster
> ### Title: Expectation Maximization Clustering
> ### Aliases: EMCluster
>
> ### ** Examples
>
> library(datasets)
> data(iris)
>
> rndSamples <- sample(nrow(iris),100)
> trainData <- iris[rndSamples,]
> testData <- iris[-rndSamples,]
>
> clsut <- EMCluster(trainData[,1:4],3)
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: init.EM(x, nclass = nclass, lab = lab, EMC = EMC, stable.solution = stable.solution, min.n = min.n, min.n.iter = min.n.iter, method = method[1])
2: EMCluster::exhaust.EM(data, ...)
3: EMCluster(trainData[, 1:4], 3)
An irrecoverable exception occurred. R is aborting now ...
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'Evacluster-Ex.R' failed
The error most likely occurred in:
> ### Name: EMCluster
> ### Title: Expectation Maximization Clustering
> ### Aliases: EMCluster
>
> ### ** Examples
>
> library(datasets)
> data(iris)
>
> rndSamples <- sample(nrow(iris),100)
> trainData <- iris[rndSamples,]
> testData <- iris[-rndSamples,]
>
> clsut <- EMCluster(trainData[,1:4],3)
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.