Last updated on 2025-12-20 11:50:22 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 2.24 | 27.75 | 29.99 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.73 | 21.90 | 23.63 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 48.67 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 60.63 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.3 | 3.00 | 125.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 0.1.3 | 2.47 | 50.27 | 52.74 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 2.26 | 50.53 | 52.79 | OK | |
| r-release-macos-arm64 | 0.1.3 | OK | ||||
| r-release-macos-x86_64 | 0.1.3 | 2.00 | 66.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 3.00 | 66.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 2.00 | 51.00 | 53.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.3 | 4.00 | 81.00 | 85.00 | NOTE |
Version: 0.1.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Mona Azadkia <monaazadkia@gmail.com>’
The Description field contains
simple measure of conditional dependence" <arXiv:1910.12327>.
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.1.3
Check: examples
Result: ERROR
Running examples in ‘FOCI-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: codec
> ### Title: Estimate the conditional dependence coefficient (CODEC)
> ### Aliases: codec
>
> ### ** Examples
>
> n = 1000
> x <- matrix(runif(n * 2), nrow = n)
> y <- (x[, 1] + x[, 2]) %% 1
> # given x[, 1], y is a function of x[, 2]
> codec(y, x[, 2], x[, 1])
Error in `[.data.table`(df_X, , `:=`(rnn, .randomNN(id)), by = "group") :
attempt access index 2/2 in VECTOR_ELT
Calls: codec ... .estimateConditionalT -> .estimateConditionalS -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘codec.Rmd’ using rmarkdown
Quitting from codec.Rmd:30-51 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─FOCI::codec(y, x[, 1])
2. └─FOCI:::.estimateT(Y, Z)
3. └─FOCI:::.estimateQ(Y, X)
4. ├─df_X[, `:=`(rnn, .randomNN(id)), by = "group"]
5. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'codec.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘codec.Rmd’
--- re-building ‘foci.Rmd’ using rmarkdown
Quitting from foci.Rmd:24-32 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─FOCI::foci(Y, X, numCores = 1)
2. └─FOCI:::foci_main(...)
3. └─parallel::mclapply(seq(1, p), estimateQFixedY, mc.cores = numCores)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─FOCI (local) FUN(X[[i]], ...)
6. └─FOCI:::.estimateQ(Y, X[, id])
7. ├─df_X[, `:=`(rnn, .randomNN(id)), by = "group"]
8. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'foci.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘foci.Rmd’
SUMMARY: processing the following files failed:
‘codec.Rmd’ ‘foci.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘FOCI-Ex.R’ failed
The error most likely occurred in:
> ### Name: codec
> ### Title: Estimate the conditional dependence coefficient (CODEC)
> ### Aliases: codec
>
> ### ** Examples
>
> n = 1000
> x <- matrix(runif(n * 2), nrow = n)
> y <- (x[, 1] + x[, 2]) %% 1
> # given x[, 1], y is a function of x[, 2]
> codec(y, x[, 2], x[, 1])
Error in `[.data.table`(df_X, , `:=`(rnn, .randomNN(id)), by = "group") :
attempt access index 2/2 in VECTOR_ELT
Calls: codec ... .estimateConditionalT -> .estimateConditionalS -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘codec.Rmd’ using rmarkdown
Quitting from codec.Rmd:30-51 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─FOCI::codec(y, x[, 1])
2. └─FOCI:::.estimateT(Y, Z)
3. └─FOCI:::.estimateQ(Y, X)
4. ├─df_X[, `:=`(rnn, .randomNN(id)), by = "group"]
5. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'codec.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘codec.Rmd’
--- re-building ‘foci.Rmd’ using rmarkdown
Quitting from foci.Rmd:24-32 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─FOCI::foci(Y, X, numCores = 1)
2. └─FOCI:::foci_main(...)
3. └─parallel::mclapply(seq(1, p), estimateQFixedY, mc.cores = numCores)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─FOCI (local) FUN(X[[i]], ...)
6. └─FOCI:::.estimateQ(Y, X[, id])
7. ├─df_X[, `:=`(rnn, .randomNN(id)), by = "group"]
8. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'foci.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘foci.Rmd’
SUMMARY: processing the following files failed:
‘codec.Rmd’ ‘foci.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.3
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64