R Under development (unstable) (2024-03-18 r86148 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(DatastreamR) > > test_check("DatastreamR") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_GetData_EconCC.R:10:1'): Test for retrieving Economic Changes and Corrections ── Error in `file(filepath, open = "r", encoding = encoding)`: cannot open the connection Backtrace: ▆ 1. └─DataClient$new("C:\\Vidya\\dsws\\sami\\DswsRUtilities\\DevR6\\Config.ini") at test_GetData_EconCC.R:10:1 2. └─DatastreamR (local) initialize(...) 3. └─super$initialize(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) 8. └─logger::log_error(message(e)) 9. └─logger::log_level(...) ── Error ('test_GetData_EconCC.R:17:3'): Test for retrieving Economics Sequence ── Error in `file(filepath, open = "r", encoding = encoding)`: cannot open the connection Backtrace: ▆ 1. └─DataClient$new("C:\\Vidya\\dsws\\sami\\DswsRUtilities\\DevR6\\Config.ini") at test_GetData_EconCC.R:17:3 2. └─DatastreamR (local) initialize(...) 3. └─super$initialize(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) 8. └─logger::log_error(message(e)) 9. └─logger::log_level(...) [ FAIL 2 | WARN 2 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted