Last updated on 2025-12-19 12:49:33 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| CluMP | 2 | 2 | 9 |
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
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