R Under development (unstable) (2025-08-21 r88668 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DImodelsVis) > > # Taken from ggside see github issue #141 on vdiffr > if ((nzchar(Sys.getenv("CI")) || + !nzchar(Sys.getenv("NOT_CRAN"))) && + identical(Sys.getenv("VDIFFR_RUN_TESTS"), 'false')) { + #if we are running tests remotely AND + # we are opting out of using vdiffr + # assigning a dummy function + + expect_doppelganger <- function(...) { + testthat::skip("`VDIFFR_RUN_TESTS` set to false on this remote check") + } + } else { + expect_doppelganger <- vdiffr::expect_doppelganger + } > > test_check("DImodelsVis") v Created all plots. v Created all plots. v Finished data preparation. v Created plot. v Created plot. [ FAIL 0 | WARN 0 | SKIP 9 | PASS 303 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-ConditionalTernary.R:14:3', 'test-GradientChange.R:14:3', 'test-GroupedTernary.R:14:3', 'test-ModelDiagnostics.R:15:3', 'test-ModelSelection.R:21:3', 'test-PredictionContributions.R:20:3', 'test-SimplexPath.R:13:3', 'test-Ternary.R:20:3', 'test-VisualiseEffects.R:11:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 303 ] Deleting unused snapshots: • ConditionalTernary/ct-add-var-in-dimodels.svg • ConditionalTernary/ct-dimodels-data-manual.svg • ConditionalTernary/ct-manual-split-single-fg-species.svg • ConditionalTernary/ct-over-three-fg-with-cust.svg • ConditionalTernary/ct-single-add-var-dimodels.svg • GradientChange/gc-add-var-dimodels.svg • GradientChange/gc-add-var-single-custom-data.svg • GradientChange/gc-basic-dimodels.svg • GradientChange/gc-dimodels-data-manual.svg • GradientChange/gc-with-pie-data.svg • GroupedTernary/gt-add-var-dimodels.svg • GroupedTernary/gt-manual-split-single-species-in-fg.svg • GroupedTernary/gt-over-three-fg-as-default.svg • GroupedTernary/gt-over-three-fg-with-cust.svg • GroupedTernary/gt-single-add-var-dimodels.svg • GroupedTernary/gt-with-dimodels-data-manual.svg • ModelDiagnostics/md-basic-plot-extreme-pies.svg • ModelDiagnostics/md-data-manual-single-metric.svg • ModelDiagnostics/md-data-manually-prepared.svg • ModelDiagnostics/md-with-dimodelsmulti-separate-calls.svg • ModelDiagnostics/md-with-dimodelsmulti.svg • ModelDiagnostics/md-with-non-lm.svg • ModelSelection/ms-data-manual-prepared.svg • ModelSelection/ms-data-manual-single-metric.svg • ModelSelection/ms-data-manual-with-breakup.svg • ModelSelection/ms-multiple-metrics.svg • ModelSelection/ms-without-breakup.svg • PredictionContributions/pc-basic-dimodels-and-custom-data.svg • PredictionContributions/pc-with-add-var-in-dimodels.svg • PredictionContributions/pc-with-add-var-single-and-custom-data.svg • PredictionContributions/pc-with-data-manually-prepared.svg • PredictionContributions/pc-with-pie-data.svg • SimplexPath/sp-add-var-in-dimodels.svg • SimplexPath/sp-single-add-var-in-dimodels.svg • SimplexPath/sp-with-data-manually-prepared.svg • Ternary/ternary-with-a-single-add-var.svg • Ternary/ternary-with-add-var-and-aes.svg • Ternary/ternary-with-additional-variables.svg • Ternary/ternary-with-contours.svg • Ternary/ternary-with-points-and-colour.svg • Ternary/ternary-with-poitns-aesthetics.svg • VisualiseEffects/species-missing-to-be-assumed-0.svg • VisualiseEffects/ve-for-large-data.svg • VisualiseEffects/ve-with-additional-variables-in-dimodels.svg • VisualiseEffects/ve-with-both-increase-and-decrease.svg • VisualiseEffects/ve-with-decrease.svg • VisualiseEffects/ve-with-dimodels-data-manually-prepared.svg > > proc.time() user system elapsed 28.64 1.18 29.81