R Under development (unstable) (2023-07-11 r84679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(covidcast) We encourage COVIDcast API users to register on our mailing list: https://lists.andrew.cmu.edu/mailman/listinfo/delphi-covidcast-api We'll send announcements about new data sources, package updates, server maintenance, and new features. > > test_check("covidcast") 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 Fetched day 2020-01-01 to 2020-01-01: num_entries = 2 Fetched day 2020-01-01 to 2020-01-01: num_entries = 1 Fetched day 2020-01-01 to 2020-01-05: num_entries = 5 Fetched day 2020-10-30 to 2020-10-31: num_entries = 2 Fetched day 2020-10-30 to 2020-10-31: num_entries = 2 Fetched day 2020-10-01 to 2020-10-03: num_entries = 3 Fetched day 2020-10-04 to 2020-10-06: num_entries = 3 [ FAIL 0 | WARN 0 | SKIP 7 | PASS 60 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-plot.R:24:3', 'test-plot.R:41:3', 'test-plot.R:57:3', 'test-plot.R:94:3', 'test-plot.R:105:3', 'test-plot.R:127:3', 'test-plot.R:136:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 60 ] Deleting unused snapshots: • plot/default-county-choropleth-with-alaska.svg • plot/default-county-choropleth-with-include.svg • plot/default-county-choropleth.svg • plot/default-hrr-choropleth-with-include.svg • plot/default-msa-choropleth-with-include.svg • plot/default-state-choropleth-with-include.svg • plot/default-state-choropleth-with-range.svg • plot/state-choropleth-with-no-metadata.svg • plot/state-line-graph-with-range.svg • plot/state-line-graph-with-stderrs.svg > > proc.time() user system elapsed 22.43 0.73 23.10