CRAN Package Check Results for Package DAGassist

Last updated on 2026-06-08 02:51:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.8 6.60 93.14 99.74 OK
r-devel-linux-x86_64-debian-gcc 0.2.8 4.09 42.65 46.74 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.8 10.00 133.72 143.72 OK
r-devel-linux-x86_64-fedora-gcc 0.2.8 11.00 162.17 173.17 OK
r-devel-windows-x86_64 0.2.8 8.00 96.00 104.00 OK
r-patched-linux-x86_64 0.2.8 5.57 93.07 98.64 OK
r-release-linux-x86_64 0.2.8 4.24 87.99 92.23 OK
r-release-macos-arm64 0.2.8 1.00 27.00 28.00 OK
r-release-macos-x86_64 0.2.8 4.00 115.00 119.00 OK
r-release-windows-x86_64 0.2.8 10.00 97.00 107.00 OK
r-oldrel-macos-arm64 0.2.8 1.00 31.00 32.00 OK
r-oldrel-macos-x86_64 0.2.8 5.00 165.00 170.00 OK
r-oldrel-windows-x86_64 0.2.8 10.00 121.00 131.00 OK

Check Details

Version: 0.2.8
Check: examples
Result: ERROR Running examples in ‘DAGassist-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bad_controls_in > ### Title: flag bad controls (mediator/collider/desc of Y) among a > ### candidate set > ### Aliases: bad_controls_in > > ### ** Examples > > ## Don't show: > if (requireNamespace("dagitty", quietly = TRUE)) withAutoprint({ # examplesIf + ## End(Don't show) + d <- ggdag::dagify( + Y ~ X + M + Z, + M ~ X + Z, + C ~ X + Y, + exposure = "X", + outcome = "Y") + # M: mediator / Z: confounder / C: collider + + # hypothetical candidate controls + controls <- c("Z", "M", "C") + + # Flag controls that would bias the total effect of X on Y: + bad_controls_in(d, controls = c("Z","M","C"), exposure = "X", outcome = "Y") + + # expected: c("M", "C") # mediator & collider are "bad controls"; Z is OK + ## Don't show: + }) # examplesIf > d <- ggdag::dagify(Y ~ X + M + Z, M ~ X + Z, C ~ X + Y, exposure = "X", + outcome = "Y") Error in loadNamespace(x) : there is no package called ‘ggdag’ Calls: withAutoprint ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.8
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘DAGassist.Rmd’ using rmarkdown Quitting from DAGassist.Rmd:624-718 [example-dag] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `library()`: ! there is no package called 'ggdag' --- Backtrace: ▆ 1. └─base::library(ggdag) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'DAGassist.Rmd' failed with diagnostics: there is no package called 'ggdag' --- failed re-building ‘DAGassist.Rmd’ --- re-building ‘compatibility.Rmd’ using rmarkdown --- finished re-building ‘compatibility.Rmd’ SUMMARY: processing the following file failed: ‘DAGassist.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc