R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" 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. > # tests/testthat.R > library(testthat) > library(RAGFlowChainR) > > test_check("RAGFlowChainR") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Using poppler version 25.10.0 Using libcurl 8.14.1 with Schannel Attaching package: 'curl' The following object is masked from 'package:httr': handle_reset Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Path not found: path_that_does_not_exist_123 No valid files were processed Processing file: D:\temp\2026_02_22_01_05_16_5947\RtmpshUWH9\file103ec43da34fd.txt [ FAIL 0 | WARN 0 | SKIP 5 | PASS 28 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test_create_rag_chain.R:31:3', 'test_create_rag_chain.R:54:3', 'test_data_fetcher.R:38:5', 'test_data_fetcher.R:67:3', 'test_data_fetcher.R:119:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 28 ] > > proc.time() user system elapsed 7.23 1.76 7.17