CRAN Package Check Results for Maintainer ‘Sourav Chatterjee <souravc at stanford.edu>’

Last updated on 2025-12-21 11:50:45 CET.

Package ERROR OK
PolyTree 3 10

Package PolyTree

Current CRAN status: ERROR: 3, OK: 10

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