R Under development (unstable) (2024-10-17 r87242 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 48 | PASS 548 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test-01-get_repos-GitHub.R:4:3', 'test-01-get_repos-GitLab.R:4:3', 'test-get_commits-GitHub.R:9:3', 'test-get_commits-GitStats.R:70: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-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:173: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-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 48 | PASS 548 ] > > proc.time() user system elapsed 9.07 1.15 16.79