R version 4.5.0 alpha (2025-03-15 r87984 ucrt) 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. > library(testthat) > library(rix) Nix is not installed on this system. You cannot generate expressions that include packages hosted on GitHub, GitLab or from the CRAN archives using the `pkg@version` notation. To proceed, install Nix or use a system where it is available. > > test_check("rix") ### Bootstrapping isolated, project-specific, and runtime-pure R setup via Nix ### ==> Existing isolated nix-R project folder: D:\temp\2025_03_17_11_30_16_5147\RtmpqoVGgrhsvya * current R session running outside Nix environment and not from RStudio ==> Added `.Rprofile` file and code lines for new R sessions launched from: D:\temp\2025_03_17_11_30_16_5147\RtmpqoVGgrhsvya * Added the location of the Nix store to `PATH` environmental variable for new R sessions on host/docker RStudio: /nix/var/nix/profiles/default/bin ==> Also adjusting `PATH` via `Sys.setenv()`, so that system commands can invoke key Nix commands like `nix-build` in this RStudio session outside Nix[ FAIL 0 | WARN 0 | SKIP 51 | PASS 7 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-available_r.R:2:3', 'test-fetchers.R:2:3', 'test-fetchers.R:17:3', 'test-fetchers.R:31:3', 'test-fetchers.R:46:3', 'test-fetchers.R:61:3', 'test-fetchers.R:70:3', 'test-fetchers.R:78:3', 'test-fetchers.R:105:3', 'test-fetchers.R:152:3', 'test-fetchers.R:173:3', 'test-fetchers.R:184:3', 'test-fetchers.R:207:3', 'test-fetchers.R:224:3', 'test-fetchers.R:239:3', 'test-fetchers.R:253:3', 'test-fetchers.R:262:3', 'test-fetchers.R:274:3', 'test-fetchers.R:286:3', 'test-fetchers.R:302:3', 'test-fetchers.R:319:3', 'test-fetchers.R:327:3', 'test-get_sri_hash_deps.R:2:3', 'test-rix_init.R:20:3', 'test-rix_init.R:45:3', 'test-rix_init.R:78:3', 'test-rix_init.R:114:3', 'test-tar_nix_ga.R:2:3' • On Windows (1): 'test-rix.R:581:3' • Sys.info()["sysname"] != "Linux" is TRUE (2): 'test-ga_cachix.R:2:3', 'test-make_launcher.R:2:3' • nix_shell_available() is not TRUE (13): 'test-nix_build.R:7:3', 'test-renv_helpers.R:1:1', 'test-rix-python.R:3:3', 'test-rix.R:3:3', 'test-rix.R:58:3', 'test-rix.R:288:3', 'test-rix.R:344:3', 'test-rix.R:402:3', 'test-setup_cachix.R:2:3', 'test-setup_cachix.R:18:3', 'test-with_nix.R:9:3', 'test-with_nix.R:58:3', 'test-with_nix.R:100:3' • os_type != "Darwin" || os_type == "Windows" is TRUE (2): 'test-rix.R:203:3', 'test-rix.R:232:3' • os_type == "Windows" is TRUE (5): 'test-rix.R:152:3', 'test-rix.R:492:3', 'test-rix.R:636:3', 'test-rix.R:680:3', 'test-rix.R:724:3' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 7 ] Deleting unused snapshots: • ga_cachix/cachix_dev_env.yaml • make_launcher/start-positron.sh • make_launcher/start-rstudio.sh • renv_helpers/default_datathin.nix • renv_helpers/default_v0-14-0.nix • renv_helpers/default_v0-15-5.nix • renv_helpers/default_v0-17-3.nix • renv_helpers/default_v1-0-7.nix • rix-python/python_default.nix • rix/bioc-devel_default.nix • rix/bleeding-edge_default.nix • rix/code_default.nix • rix/codium_default.nix • rix/date_default.nix • rix/frozen-edge_default.nix • rix/no_quarto_default.nix • rix/one_git_default.nix • rix/other_default.nix • rix/positron_default.nix • rix/r-devel-bioc-devel_default.nix • rix/r-devel_default.nix • rix/rstudio_default.nix • rix/yes_quarto_default.nix • rix_init/append_Rprofile.txt • rix_init/golden_Rprofile.txt • setup_cachix/nix.conf • tar_nix_ga/run-pipeline.yaml > > proc.time() user system elapsed 2.31 0.46 2.92