R Under development (unstable) (2025-10-28 r88973 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(fwtraits) > > test_check("fwtraits") ============================================= ============================================= PLEASE FOLLOW THE INSTRUCTIONS CAREFULLY ============================================= 1. PLEASE EDIT THE .Renviron THATS HAS OPENED == 2. TYPE IN: API_KEY = 36-digits alphanumeric == 3. SAVE AND CLOSE. RESTART RSESSION == 4. CONGS: YOUR ARE READY TO GO!!!!!!!! ============================================ ============================================ [ FAIL 3 | WARN 0 | SKIP 14 | PASS 17 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-fw_visualize.R:5:13', 'test-fwfetchdata.R:8:13', 'test-fwfetchdata.R:21:13', 'test-fwfetchdata.R:30:13', 'test-fwfetchdata.R:57:13', 'test-fwfetchdata.R:81:13', 'test-fwfetchdata.R:97:13', 'test-fwfetchdata.R:119:13', 'test-fwfetchdata.R:138:13', 'test_fwdbguide.R:3:3', 'test_fwfdcompute.R:22:13', 'test_fwregister.R:5:13', 'test_fwtoken.R:3:13', 'test_loaddb.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-fw_visualize.R:24:1'): (code run outside of `test_that()`) ───── Error: The API key has not been well set in the .Renviron file. Run fw_setapikey() and follow the instruction carefully. Backtrace: ▆ 1. └─fwtraits::fw_fetchdata(...) at test-fw_visualize.R:24:1 2. └─fwtraits::fw_searchdata(...) 3. └─fwtraits::fw_token(...) 4. └─fwtraits::fw_keyload() ── Error ('test_fwsearch.R:9:13'): tchecks ───────────────────────────────────── Error: The API key has not been well set in the .Renviron file. Run fw_setapikey() and follow the instruction carefully. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_fwsearch.R:9:13 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─fwtraits::fw_searchdata(...) 8. └─fwtraits::fw_token(...) 9. └─fwtraits::fw_keyload() ── Error ('test_fwsetapikey.R:22:12'): The key is properly set ───────────────── Error: The API key has not been well set in the .Renviron file. Run fw_setapikey() and follow the instruction carefully. Backtrace: ▆ 1. ├─testthat::expect_equal(nchar(fw_keyload()), 36) at test_fwsetapikey.R:22:12 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nchar(fw_keyload()) 5. └─fwtraits::fw_keyload() [ FAIL 3 | WARN 0 | SKIP 14 | PASS 17 ] Error: Test failures Execution halted