Count number of 'srr' statistical standards complied with, and confirm whether than represents > 50% of all applicable standards.
Source:R/srr.R
srr_counts.Rd
Count number of 'srr' statistical standards complied with, and confirm whether than represents > 50% of all applicable standards.
Arguments
- repourl
The URL for the repo being checked, potentially including full path to non-default branch.
- repo
The 'context.repo' parameter defining the repository from which the command was invoked, passed in 'org/repo' format.
- issue_id
The id (number) of the issue from which the command was invoked.
- post_to_issue
Integer value > 0 will post results back to issue (via 'gh' cli); otherwise just return character string with result.
Value
Vector of three numbers:
Number of standards complied with
Total number of applicable standards
Number complied with as proportion of total
See also
Other ropensci:
check_issue_template()
,
is_user_authorized()
,
push_to_gh_pages()
,
readme_has_peer_review_badge()
,
srr_counts_from_report()
,
srr_counts_summary()
,
stats_badge()