R version 4.5.0 beta (2025-04-01 r88091 ucrt) -- "How About a Twenty-Six" 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(opendatatoronto) > > test_check("opendatatoronto") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 53 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-browse.R:4:3', 'test-browse.R:10:3', 'test-browse.R:19:3', 'test-get_resource.R:19:3', 'test-list_package_resources.R:4:3', 'test-list_package_resources.R:13:3', 'test-packages.R:2:3', 'test-packages.R:31:3', 'test-packages.R:93:3', 'test-utils.R:69:3', 'test-utils.R:106:3', 'test-utils.R:147:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 53 ] > > proc.time() user system elapsed 1.45 0.39 1.82