R Under development (unstable) (2025-02-11 r87713 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. > library(testthat) > library(indexr) # Replace 'yourPackageName' with the actual name of your package > > test_check("indexr") # Replace 'yourPackageName' with the actual name of your package [1] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/8fe7c7435185d35c.rds" [2] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/8fe7c7435185d35c_parameters.rds" [1] "b52e290552f55daf" "","X1","file.path.test_dir...test.csv.." "1",2,"D:\temp\2025_02_12_04_30_17_16454\Rtmps5YHEp/testing_grounds/test.csv" [1] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/8fe7c7435185d35c.rds" [2] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/8fe7c7435185d35c_parameters.rds" [1] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/a5d71d2bfe7672c9.rds" [2] "D:\\temp\\2025_02_12_04_30_17_16454\\Rtmps5YHEp/testing_grounds/a5d71d2bfe7672c9_parameters.rds" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 98 ] > > proc.time() user system elapsed 4.70 1.18 6.28