R Under development (unstable) (2024-09-17 r87161 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(flightsbr) > > test_check("flightsbr") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test_check_date.R:5:1', 'test_get_airport_movement_dates_available.R:5:1', 'test_get_flight_dates_available.R:5:1', 'test_latest_flights_date.R:5:1', 'test_read_aircrafts.R:5:1', 'test_read_airport_movements.R:5:1', 'test_read_airports.R:5:1', 'test_read_flights.R:5:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] > > proc.time() user system elapsed 0.75 0.10 0.79