R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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 (httptest2) > library (pkgmatch) > > test_check ("pkgmatch") This function resets the cache directory used by 'pkgmatch' to a temporary path. To restore functionality with full data, you'll either need to restart your R session, or set an environment variable named 'PKGMATCH_CACHE_DIR' to the desired path. Default path is 'C:/Users/CRAN/AppData/Local/Cache/R/pkgmatch' This function resets the cache directory used by 'pkgmatch' to a temporary path. To restore functionality with full data, you'll either need to restart your R session, or set an environment variable named 'PKGMATCH_CACHE_DIR' to the desired path. Default path is 'D:/temp/2026_04_02_12_10_16_19831/RtmpiQfT4I/pkgmatch_ex_data' This function resets the cache directory used by 'pkgmatch' to a temporary path. To restore functionality with full data, you'll either need to restart your R session, or set an environment variable named 'PKGMATCH_CACHE_DIR' to the desired path. Default path is 'D:/temp/2026_04_02_12_10_16_19831/RtmpiQfT4I/pkgmatch_ex_data' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' This function resets the cache directory used by 'pkgmatch' to a temporary path. To restore functionality with full data, you'll either need to restart your R session, or set an environment variable named 'PKGMATCH_CACHE_DIR' to the desired path. Default path is 'D:/temp/2026_04_02_12_10_16_19831/RtmpiQfT4I/pkgmatch_ex_data' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' -- R CMD build ----------------------------------------------------------------- * checking for file 'D:\temp\2026_04_02_12_10_16_19831\RtmpiQfT4I\demo/DESCRIPTION' ... OK * preparing 'demo': * checking DESCRIPTION meta-information ... OK * checking for LF line-endings in source and make files and shell scripts * checking for empty or unneeded directories * building 'demo_0.0.1.tar.gz' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' First time using roxygen2. Upgrading automatically... i Setting RoxygenNote to "7.3.3" i Loading demo Writing 'NAMESPACE' Writing 'demo-package.Rd' Writing 'test_fn.Rd' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 169 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • !is_test_job is TRUE (1): 'test-pkg-data.R:74:1' • !test_all is TRUE (1): 'test-treesitter.R:4:1' • On CRAN (1): 'test-cache.R:29:1' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 169 ] > > proc.time() user system elapsed 15.10 1.54 17.48