R Under development (unstable) (2026-01-10 r89298 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(climaemet) > > test_check("climaemet") [ FAIL 0 | WARN 0 | SKIP 47 | PASS 4 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-aemet-alert-zones.R:1:1', 'test-aemet-alert-zones.R:9:3', '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-api-key.R:2:3', 'test-aemet-api-key.R:14:3', 'test-aemet-api-query.R:2:3', 'test-aemet-api-query.R:62:3', 'test-aemet-beaches.R:1:1', 'test-aemet-beaches.R:9:3', 'test-aemet-daily.R:1:1', 'test-aemet-daily.R:22:3', 'test-aemet-daily.R:64:3', 'test-aemet-daily.R:94:3', 'test-aemet-extremes.R:1:1', 'test-aemet-extremes.R:11:3', 'test-aemet-extremes.R:44: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:21:3', 'test-aemet-forecast-hourly.R:2:3', 'test-aemet-last-obs.R:1:1', 'test-aemet-last-obs.R:9:3', 'test-aemet-monthly.R:1:1', 'test-aemet-monthly.R:21:3', 'test-aemet-monthly.R:65:3', 'test-aemet-normal.R:1:1', 'test-aemet-normal.R:9:3', 'test-aemet-stations.R:1:1', 'test-aemet-stations.R:9:3', 'test-climatogram.R:2:3', 'test-climatogram.R:16:3', 'test-climatogram.R:38:3', 'test-climatogram.R:71:3', 'test-helpers.R:1:1', 'test-helpers.R:10:1', 'test-helpers.R:18:1', 'test-stripes.R:2:3', 'test-stripes.R:27:3', 'test-stripes.R:40:3', 'test-utils.R:1:1', 'test-windrose.R:2:3', 'test-windrose.R:94:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 4 ] > > proc.time() user system elapsed 5.23 0.32 5.54