R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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(WikipediR) > library(testthat) > test_check("WikipediR") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 1 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test_category_retrieval.R:4:3', 'test_category_retrieval.R:9:3', 'test_category_retrieval.R:14:3', 'test_category_retrieval.R:19:3', 'test_category_retrieval.R:24:3', 'test_content_retrieval.R:4:3', 'test_content_retrieval.R:10:3', 'test_content_retrieval.R:16:3', 'test_content_retrieval.R:21:3', 'test_content_retrieval.R:26:3', 'test_metadata_retrieval.R:4:3', 'test_metadata_retrieval.R:9:3', 'test_metadata_retrieval.R:14:3', 'test_metadata_retrieval.R:19:3', 'test_metadata_retrieval.R:24:3', 'test_metadata_retrieval.R:29:3', 'test_metadata_retrieval.R:34:3', 'test_recent_changes.R:4:3', 'test_recent_changes.R:9:3', 'test_recent_changes.R:14:3', 'test_recent_changes.R:19:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 1 ] > > proc.time() user system elapsed 0.84 0.12 1.12