R Under development (unstable) (2026-02-01 r89366 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. > # 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(aurora) > > test_check("aurora") Warning/Error in gdelt_timeline_daily for query 'nonsense_query_that_returns_nothing_hopefully': first five rows are empty: giving up Error in get_daily_economic_data: Missing FRED_API_KEY environment variable. Error in get_daily_weather: cannot open the connection to 'https://archive-api.open-meteo.com/v1/archive?latitude=9999&longitude=9999&start_date=2026-01-01&end_date=2026-01-03&hourly=temperature_2m,precipitation&timezone=auto&format=csv' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 41 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Sys.getenv("RUN_INTEGRATION") != "true" is TRUE (3): 'test-integration-fred.R:2:3', 'test-integration-gdelt.R:2:3', 'test-integration-weather.R:3:3' • Sys.getenv("RUN_INTEGRATION") == "true" is not TRUE (4): 'test-gdelt_timeline_daily.R:21:3', 'test-get_daily_economic_data.R:49:3', 'test-get_daily_weather.R:46:3', 'test-get_macroeconomic_data.R:69:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 41 ] > > proc.time() user system elapsed 2.62 0.34 5.56