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.1.4 | 2.52 | 31.79 | 34.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.21 | 22.44 | 24.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 54.39 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 5.00 | 54.28 | 59.28 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 3.00 | 50.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 2.52 | 30.02 | 32.54 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 2.57 | 30.17 | 32.74 | OK | |
| r-release-macos-arm64 | 0.1.4 | 1.00 | 12.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 2.00 | 38.00 | 40.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 5.00 | 51.00 | 56.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 2.00 | 33.00 | 35.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 6.00 | 58.00 | 64.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘dagwood-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dagwood
> ### Title: DAGs with Omitted Objects Displayed (DAGWOOD)
> ### Aliases: dagwood
> ### Keywords: DAG DAGWOOD causal inference
>
> ### ** Examples
>
>
> # Generate a DAGWOOD from an example root DAG:
> DAG.root <-"Chocolate -> Alzheimers
+ Chocolate <- Education -> Alzheimers
+ Chocolate -> CV
+ CV -> Alzheimers"
>
> # Identify the exposure and outcome of interest
> exposure <- "Chocolate"
> outcome <- "Alzheimers"
>
> # Run the DAGWOOD algorithm and store results
> choc.alz.dagwood <- dagwood(DAG.root,exposure,outcome)
DAGWOOD has identified the following key assumptions, With respect to the root DAG:
. There are no common causes of both Alzheimers and CV that are not already adjusted- or controlled-for.
. There are no common causes of both Alzheimers and Chocolate that are not already adjusted- or controlled-for.
. There are no pathways through which CV causes Education except through nodes already accounted-for.
. There are no pathways through which Alzheimers can cause CV.
. There are no pathways through which both Alzheimers can cause Chocolate, and CV can cause Chocolate.
. There are no pathways through which CV can cause Chocolate.
. There are no pathways through which both Alzheimers can cause Education, and Chocolate can cause Education.
. There are no pathways through which Chocolate can cause Education.>
> # Get the branch DAGs from the DAGWOOD object
> branch.DAGs <- choc.alz.dagwood$DAGs.branch
>
> # Display the first branch DAG in the list
> library(ggdag)
Error in library(ggdag) : there is no package called ‘ggdag’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc