R Under development (unstable) (2025-03-09 r87914 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(tidyhydat) > library(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > > test_check("tidyhydat") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 200 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-hy-plot.R:2:3', 'test-hy-remote.R:2:3', 'test-realtime-webservice.R:2:3', 'test-realtime-webservice.R:35:3', 'test-realtime-webservice.R:50:3', 'test-realtime-webservice.R:68:3', 'test_daily_mean.R:2:3', 'test_download_realtime.R:2:3', 'test_download_realtime.R:22:3', 'test_download_realtime.R:41:3', 'test_download_realtime.R:49:3', 'test_download_realtime.R:54:3', 'test_hy_daily.R:3:3', 'test_hy_daily.R:10:3', 'test_hy_daily.R:20:3', 'test_realtime_add_local_datetime.R:2:3', 'test_realtime_add_local_datetime.R:13:3', 'test_realtime_add_local_datetime.R:24:3', 'test_realtime_network.R:3:3', 'test_realtime_plot.R:3:3', 'test_realtime_plot.R:9:3', 'test_realtime_plot.R:15:3', 'test_realtime_plot.R:21:3', 'test_realtime_plot.R:27:3', 'test_utils.R:27:3' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 200 ] > > proc.time() user system elapsed 23.35 1.23 27.62