R Under development (unstable) (2024-08-27 r87062 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. > # 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(climaemet) > > test_check("climaemet") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 37 | PASS 0 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-aemet_alerts.R:2:3', 'test-aemet_alerts.R:11:3', 'test-aemet_alerts.R:22:3', 'test-aemet_alerts.R:48:3', 'test-aemet_alert_zones.R:3:3', 'test-aemet_alert_zones.R:9:3', 'test-aemet_api_key.R:2:3', 'test-aemet_api_key.R:14:3', 'test-aemet_api_query.R:2:3', 'test-aemet_daily.R:3:3', 'test-aemet_daily.R:22:3', 'test-aemet_daily.R:67:3', 'test-aemet_daily.R:97:3', 'test-aemet_beaches.R:3:3', 'test-aemet_beaches.R:9:3', 'test-aemet_extremes.R:3:3', 'test-aemet_extremes.R:11:3', 'test-aemet_extremes.R:45:3', 'test-aemet_forecast_beach.R:2:3', 'test-aemet_forecast_daily.R:2:3', 'test-aemet_forecast_fires.R:2:3', 'test-aemet_forecast_fires.R:10:3', 'test-aemet_forecast_fires.R:20:3', 'test-aemet_forecast_hourly.R:2:3', 'test-aemet_last_obs.R:3:3', 'test-aemet_last_obs.R:9:3', 'test-aemet_monthly.R:3:3', 'test-aemet_monthly.R:21:3', 'test-aemet_monthly.R:66:3', 'test-aemet_normal.R:3:3', 'test-aemet_normal.R:9:3', 'test-aemet_stations.R:3:3', 'test-aemet_stations.R:9:3', 'test-helpers.R:2:3', 'test-helpers.R:9:3', 'test-helpers.R:17:3', 'test-utils.R:7:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 0 ] > > proc.time() user system elapsed 2.71 0.39 5.92