R version 4.6.0 beta (2026-04-10 r89868 ucrt) -- "Because it was There" 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(tidytuesdayR) > > test_check("tidytuesdayR") [ FAIL 0 | WARN 0 | SKIP 36 | PASS 245 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-aaa-conditions.R:1:1', 'test-github_api.R:68:1', 'test-github_api.R:76:1', 'test-github_api.R:84:1', 'test-github_api.R:100:1', 'test-last_tuesday.R:28:1', 'test-tt_available.R:1:1', 'test-tt_available.R:14:1', 'test-tt_available.R:54:1', 'test-tt_check_date.R:19:1', 'test-tt_check_date.R:28:1', 'test-tt_check_date.R:57:1', 'test-tt_check_date.R:66:1', 'test-tt_check_date.R:86:1', 'test-tt_check_date.R:95:1', 'test-tt_clean.R:1:1', 'test-tt_curate_utils.R:3:3', 'test-tt_curate_utils.R:13:3', 'test-tt_download.R:1:1', 'test-tt_download_file.R:1:1', 'test-tt_intro.R:1:1', 'test-tt_load.R:15:1', 'test-tt_load_gh.R:103:1', 'test-tt_load_gh.R:193:1', 'test-tt_meta.R:1:1', 'test-tt_meta.R:24:1', 'test-tt_meta.R:32:1', 'test-tt_meta.R:55:1', 'test-tt_meta.R:63:1', 'test-tt_save_dataset.R:3:3', 'test-tt_submit.R:15:1', 'test-tt_submit.R:23:1', 'test-tt_submit.R:31:1', 'test-tt_submit.R:50:1', 'test-tt_submit.R:410:1', 'test-tt_submit.R:424:1' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 245 ] Deleting unused snapshots: 'tt_save_dataset/mtcars.csv' and 'tt_save_dataset/mtcars.md' > > proc.time() user system elapsed 16.01 1.59 17.07