NEWS.md
testthat release, per issue #53
parse_issue_events() causing a new CRAN notehas_n_commits() taskboard helper and unit test to attribute events to the correct issuesget_issue_events() to create minimal dummy event
id = -9999 and event = "exists". Other fields not populated to emphasize non-standard event type.purrr::map_df(issues$number, ~get_issue_events(my_repo, .x) %>% parse_issue_events()) which would have previously thrown an errordummy_events argumentlistcol_extract(), listcol_pivot() and listcol_filter() functions to work with assignee and label list-columnsreport_progress()
group_var allows issues to do be grouped by variables than milestone_title (which remains the default)show_stats allows for suppression of count/percent output in group titlescreate_repo_ref() without authenticationreport_taskboard() as HTML / CSS alternative to viz_taskboard()
viz functions to reduce dependencies:
ggplot2 moved to Suggests and checked for globallyviz_waterfall() to respect a tibble’s group_vars due to questionable value and inconsistency with other functions