Last updated on 2025-12-19 14:50:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.1 | 7.63 | 71.40 | 79.03 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.8.1 | 3.63 | 49.94 | 53.57 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.8.1 | 13.00 | 92.76 | 105.76 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 12.00 | 84.89 | 96.89 | ERROR | |
| r-devel-windows-x86_64 | 0.8.1 | 9.00 | 139.00 | 148.00 | OK | |
| r-patched-linux-x86_64 | 0.8.1 | 7.52 | 67.36 | 74.88 | OK | |
| r-release-linux-x86_64 | 0.8.1 | 6.85 | 66.44 | 73.29 | OK | |
| r-release-macos-arm64 | 0.8.1 | OK | ||||
| r-release-macos-x86_64 | 0.8.1 | 4.00 | 48.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 0.8.1 | 9.00 | 78.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.1 | 4.00 | 39.00 | 43.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.1 | 12.00 | 100.00 | 112.00 | OK |
Version: 0.8.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Jan Fojtik <9afojtik@gmail.com>’
The Description field contains
Sobisek, Stachova, Fojtik (2018) <arXiv:1807.05926>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.8.1
Check: examples
Result: ERROR
Running examples in ‘CluMP-Ex.R’ failed
The error most likely occurred in:
> ### Name: CluMP
> ### Title: Cluster Micro-Panel (longitudinal) Data employing the CluMP
> ### algorithm
> ### Aliases: CluMP
> ### Keywords: CluMP
>
> ### ** Examples
>
> data <- GeneratePanel(n = 100, Param = ParamLinear, NbVisit = 10)
> CluMP(formula = Y ~ Time, group = "ID", data = data, cl_numb = 3,
+ base_val = FALSE, method = "ward.D")
Warning in `[.data.table`(setDT(data), , ..group) :
Both 'group' and '..group' exist in calling scope. Please remove the '..group' variable in calling scope for clarity.
Error in `[.data.table`(setDT(mf), , `:=`(Visit, 1:.N), by = CluMP_ID) :
attempt access index 3/3 in VECTOR_ELT
Calls: CluMP -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc