R Under development (unstable) (2024-10-01 r87205 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(rix) > > test_check("rix") ### Bootstrapping isolated, project-specific, and runtime-pure R setup via Nix ### ==> Existing isolated nix-R project folder: D:\temp\RtmpqSlSAn * 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\RtmpqSlSAn * 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 ### Successfully generated `default.nix` and `.Rprofile` ### ### Bootstrapping isolated, project-specific, and runtime-pure R setup via Nix ### ==> Existing isolated nix-R project folder: D:\temp\RtmpqSlSAn * 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\RtmpqSlSAn * 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 ### Successfully generated `default.nix` and `.Rprofile` ### ### Bootstrapping isolated, project-specific, and runtime-pure R setup via Nix ### ==> Existing isolated nix-R project folder: D:\temp\RtmpqSlSAn * 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\RtmpqSlSAn * 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 ### Successfully generated `default.nix` and `.Rprofile` ### ### Bootstrapping isolated, project-specific, and runtime-pure R setup via Nix ### ==> Existing isolated nix-R project folder: D:\temp\RtmpqSlSAnhtcpd * 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\RtmpqSlSAnhtcpd * 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 26 | PASS 11 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-fetchers.R:2:3', 'test-fetchers.R:16:3', 'test-fetchers.R:29:3', 'test-fetchers.R:45:3', 'test-fetchers.R:53:3', 'test-fetchers.R:61:3', 'test-fetchers.R:82:3', 'test-fetchers.R:93:3', 'test-rix_init.R:20:3', 'test-rix_init.R:45:3', 'test-rix_init.R:80:3', 'test-rix_init.R:115:3', 'test-tar_nix_ga.R:4:3' • On Windows (1): 'test-rix.R:539:3' • Sys.info()["sysname"] != "Linux" is TRUE (2): 'test-ga_cachix.R:2:3', 'test-rix.R:381:3' • nix_shell_available() is not TRUE (4): 'test-nix_build.R:7:3', 'test-with_nix.R:9:3', 'test-with_nix.R:60:3', 'test-with_nix.R:102:3' • os_type != "Darwin" || os_type == "Windows" is TRUE (1): 'test-rix.R:191:3' • os_type == "Darwin" || os_type == "Windows" is TRUE (1): 'test-rix.R:3:3' • os_type == "Windows" is TRUE (4): 'test-rix.R:58:3', 'test-rix.R:137:3', 'test-rix.R:324:3', 'test-rix.R:458:3' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 11 ] Deleting unused snapshots: • ga_cachix/cachix_dev_env.yaml • rix/bleeding_edge_default.nix • rix/code_default.nix • rix/frozen_edge_default.nix • rix/no_quarto_default.nix • rix/one_git_default.nix • rix/other_default.nix • rix/rstudio_default.nix • rix/yes_quarto_default.nix • rix_init/append_Rprofile.txt > > proc.time() user system elapsed 1.15 0.17 1.75