R Under development (unstable) (2025-09-22 r88868 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(rixpress) > > test_check("rixpress") * current R session running outside Nix environment and not from RStudio * current R session running outside Nix environment and not from RStudio * current R session running outside Nix environment and not from RStudio No build logs found in ./_rixpress [ FAIL 0 | WARN 0 | SKIP 10 | PASS 80 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-generate_dag.R:5:3', 'test-generate_dag.R:15:3', 'test-generate_dag.R:25:3', 'test-plot_dag.R:67:3', 'test-rixpress.R:37:3', 'test-rixpress.R:88:3', 'test-rixpress.R:168:3', 'test-rxp_ga.R:22:3', 'test-rxp_init.R:2:3', 'test-rxp_populate.R:2:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 80 ] Deleting unused snapshots: • generate_dag/py-dag.json • generate_dag/r-dag-unsorted.json • generate_dag/r-dag.json • plot_dag/rxp_dag_for_ci.dot • rixpress/flat_pipeline.nix • rixpress/flat_pipeline_several_envs.nix • rixpress/pipeline.nix • rixpress/pipeline_several_envs.nix • rixpress/pipeline_with_dependencies.nix • rxp_ga/rxp_ga_github_workflow.yaml • rxp_init/rxp_init_gen-env.R • rxp_init/rxp_init_gen-pipeline.R • rxp_populate/default_libraries.py > > proc.time() user system elapsed 2.01 0.67 3.04