CRAN Package Check Results for Package PolyTree

Last updated on 2025-12-28 01:48:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1 3.30 27.85 31.15 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.1 1.90 21.21 23.11 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.1 5.00 43.37 48.37 OK
r-devel-linux-x86_64-fedora-gcc 0.0.1 5.00 36.23 41.23 OK
r-devel-windows-x86_64 0.0.1 4.00 46.00 50.00 ERROR
r-patched-linux-x86_64 0.0.1 2.96 24.72 27.68 OK
r-release-linux-x86_64 0.0.1 2.50 24.77 27.27 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 4.00 43.00 47.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 49.00 54.00 OK

Check Details

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: > ### 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-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.