Last updated on 2025-12-28 03:52:11 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ZIprop | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Melina Ribaud <melina.ribaud@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Melina",
family = "Ribaud",
role = c("aut", "cre"),
email = "melina.ribaud@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'ZIprop-Ex.R' failed
The error most likely occurred in:
> ### Name: permDT
> ### Title: Permutations tests
> ### Aliases: permDT
>
> ### ** Examples
>
> library(data.table)
> data(example_data)
> res = permDT (example_data,
+ colnames(example_data)[c(4,10,14,20)],
+ B = 10,
+ nclust = 1,
+ ColNameWeight = "y",
+ ColNameRecep = "ID.recep",
+ ColNameSource = "ID.source",
+ seed = NULL,
+ num_class = colnames(example_data)[c(4,10)],
+ other_class = colnames(example_data)[c(14,20)])
Error in `[.data.table`(DT3, , `:=`(permu, sample(weight)), by = ID.recep) :
attempt access index 23/23 in VECTOR_ELT
Calls: permDT -> mclapply -> lapply -> FUN -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'vignette.Rmd' using knitr
Quitting from vignette.Rmd:79-92 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 8/8 in VECTOR_ELT
---
Backtrace:
▆
1. └─ZIprop::permDT(...)
2. └─parallel::mclapply(...)
3. └─base::lapply(X, FUN, ...)
4. └─ZIprop (local) FUN(X[[i]], ...)
5. ├─DT3[, `:=`(permu, sample(weight)), by = ID.recep]
6. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'vignette.Rmd' failed with diagnostics:
attempt access index 8/8 in VECTOR_ELT
--- failed re-building 'vignette.Rmd'
SUMMARY: processing the following file failed:
'vignette.Rmd'
Error: Vignette re-building failed.
Execution halted
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.