R Under development (unstable) (2023-05-19 r84451 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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") Attaching package: 'tidygraph' The following object is masked from 'package:testthat': matches The following object is masked from 'package:stats': filter Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 19 | PASS 60 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (19) [ FAIL 0 | WARN 0 | SKIP 19 | PASS 60 ] 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 • 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 10.48 0.40 10.64