Last updated on 2025-12-20 13:50:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 3.12 | 26.18 | 29.30 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.21 | 20.45 | 22.66 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 5.00 | 43.95 | 48.95 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 43.90 | OK | |||
| r-devel-windows-x86_64 | 0.0.1 | 5.00 | 43.00 | 48.00 | OK | |
| r-patched-linux-x86_64 | 0.0.1 | 3.02 | 25.33 | 28.35 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 2.90 | 24.90 | 27.80 | OK | |
| r-release-macos-arm64 | 0.0.1 | OK | ||||
| r-release-macos-x86_64 | 0.0.1 | 2.00 | 31.00 | 33.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 5.00 | 45.00 | 50.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.1 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 5.00 | 51.00 | 56.00 | OK |
Version: 0.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Sourav Chatterjee <souravc@stanford.edu>’
The Description field contains
Vidyasagar (2022) <arxiv:2209.07028>. The method is fully
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.0.1
Check: examples
Result: ERROR
Running examples in ‘PolyTree-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: polytree
> ### Title: Causal Polytree Estimation
> ### Aliases: polytree
>
> ### ** Examples
>
> p <- 10
> n <- 200
> x <- matrix(nrow = n, ncol = p)
> for (i in 1:n) {
+ x[i,1] = rnorm(1)
+ for (j in 2:p) {
+ x[i,j] = (x[i,j-1] + rnorm(1))/sqrt(2)
+ }
+ }
> p <- polytree(x)
Error in `[.data.table`(df_X, , `:=`(rnn, .randomNN(id)), by = "group") :
attempt access index 2/2 in VECTOR_ELT
Calls: polytree ... .estimateConditionalT -> .estimateConditionalS -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘PolyTree-Ex.R’ failed
The error most likely occurred in:
> ### Name: polytree
> ### Title: Causal Polytree Estimation
> ### Aliases: polytree
>
> ### ** Examples
>
> p <- 10
> n <- 200
> x <- matrix(nrow = n, ncol = p)
> for (i in 1:n) {
+ x[i,1] = rnorm(1)
+ for (j in 2:p) {
+ x[i,j] = (x[i,j-1] + rnorm(1))/sqrt(2)
+ }
+ }
> p <- polytree(x)
Error in `[.data.table`(df_X, , `:=`(rnn, .randomNN(id)), by = "group") :
attempt access index 2/2 in VECTOR_ELT
Calls: polytree ... .estimateConditionalT -> .estimateConditionalS -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang