Last updated on 2025-02-22 06:51:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.0 | 64.79 | 230.16 | 294.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.0 | 42.68 | 158.67 | 201.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.0 | OK | ||||
r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 394.72 | ERROR | |||
r-devel-macos-arm64 | 1.4.0 | 88.00 | OK | |||
r-devel-macos-x86_64 | 1.4.0 | 184.00 | OK | |||
r-devel-windows-x86_64 | 1.4.0 | 64.00 | 224.00 | 288.00 | OK | |
r-patched-linux-x86_64 | 1.4.0 | 59.24 | 210.50 | 269.74 | OK | |
r-release-linux-x86_64 | 1.4.0 | 60.15 | 212.53 | 272.68 | OK | |
r-release-macos-arm64 | 1.4.0 | 25.00 | ERROR | |||
r-release-macos-x86_64 | 1.4.0 | 176.00 | NOTE | |||
r-release-windows-x86_64 | 1.4.0 | 66.00 | 223.00 | 289.00 | OK | |
r-oldrel-macos-arm64 | 1.3 | 153.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.4.0 | 218.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.4.0 | 84.00 | 292.00 | 376.00 | OK |
Version: 1.4.0
Check: examples
Result: ERROR
Running examples in ‘clusterMI-Ex.R’ failed
The error most likely occurred in:
> ### Name: cluster.intern
> ### Title: Apply clustering method after multiple imputation
> ### Aliases: cluster.intern
> ### Keywords: internal
>
> ### ** Examples
>
> data(wine)
>
> require(parallel)
Loading required package: parallel
> set.seed(123456)
> ref <- wine$cult
> nb.clust <- 3
> m <- 5 # number of imputed data sets. Should be larger in practice
> wine.na <- wine
> wine.na$cult <- NULL
> wine.na <- prodna(wine.na)
>
> #imputation
> res.imp <- imputedata(data.na = wine.na, nb.clust = nb.clust, m = m)
JM-GL
1...Error in islistfactor(x, recursive) : NA in coercion to Rboolean
Calls: imputedata -> unlist
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.4.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-arm64
Version: 1.4.0
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
doc 1.2Mb
libs 4.3Mb
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.3
Check: installed package size
Result: NOTE
installed size is 5.0Mb
sub-directories of 1Mb or more:
libs 4.3Mb
Flavor: r-oldrel-macos-arm64