tests/testthat/_snaps/06-get_issues-GitStats.md

get_issues() returns warning if issues table is empty

Code
  issues_table <- test_gitstats$get_issues(since = "2023-01-01", until = "2025-03-06",
    cache = FALSE, state = NULL, verbose = TRUE)
Message
  i Cache set to FALSE, I will pull data from API.
  ! No issues found.

get_issues() prints data on time used

Code
  issues_data <- get_issues(test_gitstats, since = "2023-01-01", until = "2025-03-06",
    verbose = TRUE)
Message
  v Data pulled in 0 secs


Try the GitStats package in your browser

Any scripts or data that you put into this service are public.

GitStats documentation built on June 8, 2025, 12:29 p.m.