R Under development (unstable) (2024-01-07 r85787 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(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:25:3', 'test-realtime-webservice.R:40:3', 'test-realtime-webservice.R:58:3', 'test_daily_mean.R:2:3', 'test_download_realtime.R:3:3', 'test_download_realtime.R:12:3', 'test_download_realtime.R:26:3', 'test_download_realtime.R:32:3', 'test_download_realtime.R:37: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:10:3', 'test_realtime_add_local_datetime.R:18: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 28.78 1.06 32.93