R Under development (unstable) (2024-07-20 r86909 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(ggdag) Attaching package: 'ggdag' The following object is masked from 'package:stats': filter > > test_check("ggdag") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 80 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-StatsandGeoms.R:24:3', 'test-adjustment_sets.R:3:3', 'test-adjustment_sets.R:11:7', 'test-canonical.R:6:3', 'test-colliders.R:6:3', 'test-drelationship.R:9:3', 'test-equivalence.R:12:3', 'test-exogenous.R:8:3', 'test-geom_dag.R:35:3', 'test-geom_dag.R:51:3', 'test-geom_dag.R:72:3', 'test-ggdag.R:6:3', 'test-instrumental.R:5:3', 'test-instrumental.R:19:3', 'test-instrumental.R:33:3', 'test-layouts.R:3:3', 'test-paths.R:44:3', 'test-pull.R:3:3', 'test-quick_plots.R:4:3', 'test-relations.R:4:3', 'test-status.R:14:3', 'test-themes.R:8:3', 'test-tidy_dag.R:38:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 80 ] Deleting unused snapshots: • drelationship/ggdag-dconnected-d-separates-x-and-y.svg • drelationship/ggdag-drelationship-d-connects-x-and-y.svg • drelationship/ggdag-drelationship-d-connects-xy-no-collider.svg • drelationship/ggdag-dseparated-d-separates-x-and-y.svg • equivalence/ggdag-equivalent-class-plots-all-reversible-edges.svg • equivalence/ggdag-equivalent-class-plots-labels.svg • equivalence/ggdag-equivalent-class-plots-no-reversible-edges.svg • equivalence/ggdag-equivalent-dags-plots-6-equivalent-dags.svg • geom_dag/geom-dag-edges-arc-is-arcy.svg • geom_dag/geom-dag-edges-diagonal-is-arcy.svg • geom_dag/geom-dag-edges-fan-is-fany.svg • geom_dag/geom-dag-label-repel-repels-labels.svg • ggdag/ggdag-classic-plots-basic-dag-classically.svg • layouts/df-time-ordered-coords.svg • layouts/list-time-ordered-coords.svg • paths/ggdag-paths-fan-draws-4-open-paths.svg • quick_plots/ggdag-butterfly-bias-is-a-butterfly.svg • quick_plots/ggdag-collider-triangle-is-triangle-too.svg • quick_plots/ggdag-confounder-triangle-is-triangle.svg • relations/ggdag-ancestors-identifies-v-w1-and-z1.svg • relations/ggdag-descendants-identifies-y-x-and-z1.svg • relations/ggdag-parents-identifies-z2-x-w1-and-w2.svg • themes/theme-dag-gray-grid.svg • themes/theme-dag-gray.svg • themes/theme-dag-grid.svg > > proc.time() user system elapsed 9.23 0.62 9.65