Last updated on 2025-12-19 17:49:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.3 | 12.91 | 68.70 | 81.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.3 | 8.21 | 51.67 | 59.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.8.3 | 23.00 | 81.17 | 104.17 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.3 | 23.00 | 88.24 | 111.24 | ERROR | |
| r-devel-windows-x86_64 | 0.8.3 | 14.00 | 119.00 | 133.00 | OK | |
| r-patched-linux-x86_64 | 0.8.3 | 14.66 | 63.33 | 77.99 | OK | |
| r-release-linux-x86_64 | 0.8.3 | 12.77 | 63.24 | 76.01 | OK | |
| r-release-macos-arm64 | 0.8.3 | OK | ||||
| r-release-macos-x86_64 | 0.8.3 | 8.00 | 73.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 0.8.3 | 14.00 | 116.00 | 130.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.3 | 9.00 | 59.00 | 68.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.3 | 19.00 | 122.00 | 141.00 | OK |
Version: 0.8.3
Check: examples
Result: ERROR
Running examples in ‘R6causal-Ex.R’ failed
The error most likely occurred in:
> ### Name: generate_condprob
> ### Title: Define structural function by a conditional probability table
> ### Aliases: generate_condprob
>
> ### ** Examples
>
> ycondx <- data.table::data.table(y =rep(c(0,1), each = 3), x=rep(1:3, 2),
+ prob = c(0.2,0.6,0.1,0.8,0.4,0.9))
> x <- data.table::data.table(x = sample(1:3, 20, replace = TRUE),
+ uy = stats::runif(20), uy2 = stats::runif(20))
> generate_condprob(ycondx, x, Umerge_expr = "(uy+uy2)/2")
Error in `[.data.table`(longdt, , `:=`(c("R6causal_temp_lower", "R6causal_temp_upper"), :
attempt access index 9/9 in VECTOR_ELT
Calls: generate_condprob -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.8.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘using_R6causal.Rmd’ using rmarkdown
Quitting from using_R6causal.Rmd:188-195 [simulatebackdoor]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `backdoor_condprob$simulate()`:
! Method simulate() failed when processing variable z . The lower level error message was: Error in `[.data.table`(longdt, , `:=`(c("R6causal_temp_lower", "R6causal_temp_upper"), :
attempt access index 7/7 in VECTOR_ELT
---
Backtrace:
x
1. \-backdoor_condprob$simulate(30)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using_R6causal.Rmd' failed with diagnostics:
Method simulate() failed when processing variable z . The lower level error message was: Error in `[.data.table`(longdt, , `:=`(c("R6causal_temp_lower", "R6causal_temp_upper"), :
attempt access index 7/7 in VECTOR_ELT
--- failed re-building ‘using_R6causal.Rmd’
SUMMARY: processing the following file failed:
‘using_R6causal.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc