R Under development (unstable) (2024-11-11 r87319 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(GitStats) > > test_check("GitStats") ....... [ FAIL 0 | WARN 0 | SKIP 54 | PASS 551 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (51): 'test-01-get_repos-GitHub.R:4:3', 'test-01-get_repos-GitHub.R:415:3', 'test-01-get_repos-GitLab.R:4:3', 'test-get_commits-GitHub.R:4:3', 'test-get_commits-GitStats.R:69:3', 'test-get_commits-GitStats.R:84:3', 'test-get_files_content-GitHub.R:4:3', 'test-get_files_content-GitLab.R:4:3', 'test-get_files_structure-GitHub.R:4:3', 'test-get_files_structure-GitHub.R:204:3', 'test-get_files_structure-GitHub.R:256:3', 'test-get_files_structure-GitLab.R:4:3', 'test-get_files_structure-GitLab.R:236:3', 'test-get_files_structure-GitStats.R:25:3', 'test-get_release-GitHub.R:4:3', 'test-get_release-GitHub.R:82:3', 'test-get_release-GitLab.R:4:3', 'test-get_usage_R_package.R:98:3', 'test-get_user-GitHub.R:4:3', 'test-get_user-GitLab.R:4:3', 'test-helpers.R:2:3', 'test-helpers.R:38:3', 'test-helpers.R:46:3', 'test-helpers.R:52:3', 'test-helpers.R:70:3', 'test-helpers.R:90:3', 'test-helpers.R:114:3', 'test-helpers.R:145:3', 'test-helpers.R:155:3', 'test-helpers.R:165:3', 'test-helpers.R:179:3', 'test-helpers.R:197:3', 'test-set_host.R:4:3', 'test-set_host.R:21:3', 'test-set_host.R:31:3', 'test-set_host.R:43:3', 'test-set_host.R:59:3', 'test-set_host.R:75:3', 'test-set_host.R:92:3', 'test-set_host.R:107:3', 'test-set_host.R:128:3', 'test-set_host.R:145:3', 'test-set_host.R:178:3', 'test-z-GitStats.R:8:3', 'test-z-GitStats.R:13:3', 'test-z-GitStats.R:17:3', 'test-z-GitStats.R:35:3', 'test-z-GitStats.R:41:3', 'test-z-GitStats.R:89:3', 'test-z-GitStats.R:112:3', 'test-z-GitStats.R:127:3' • Sys.getenv("GITHUB_PAT") == "" is TRUE (3): 'test-00-api-requests.R:29:3', 'test-00-api-requests.R:41:3', 'test-00-api-requests.R:53:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 551 ] > > proc.time() user system elapsed 10.51 1.09 17.37