Package: IssueTrackeR 1.3.1.9000
IssueTrackeR: List Things to Do
Manage a 'GitHub' problem using R: wrangle issues, labels and milestones. It includes functions for storing, prioritizing (sorting), displaying, adding, deleting, and selecting (filtering) issues based on qualitative and quantitative information. Issues (labels and milestones) are written in lists and categorized into the S3 class to be easily manipulated as datasets in R.
Authors:
IssueTrackeR_1.3.1.9000.tar.gz
IssueTrackeR_1.3.1.9000.zip(r-4.7)IssueTrackeR_1.3.1.9000.zip(r-4.6)IssueTrackeR_1.3.1.9000.zip(r-4.5)
IssueTrackeR_1.3.1.9000.tgz(r-4.6-any)IssueTrackeR_1.3.1.9000.tgz(r-4.5-any)
IssueTrackeR_1.3.1.9000.tar.gz(r-4.7-any)IssueTrackeR_1.3.1.9000.tar.gz(r-4.6-any)
IssueTrackeR_1.3.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
IssueTrackeR/json (API)
NEWS
| # Install 'IssueTrackeR' in R: |
| install.packages('IssueTrackeR', repos = c('https://tanguybarthelemy.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tanguybarthelemy/issuetracker/issues
Pkgdown/docs site:https://tanguybarthelemy.github.io
githubissuesissues-trackermileston
Last updated from:558f35ce50. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 187 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | OK | 104 | ||
| macos-oldrel-arm64 | OK | 104 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 105 |
Exports:appendauthor_last_commentformat_issuesformat_labelsformat_milestonesget_all_reposget_issuesget_labelsget_milestonesget_nbr_commentsnew_issuenew_issuessampleupdate_databasewith_commentswith_labelswith_textwrite_to_dataset
Dependencies:askpassclicrayoncurlgitcredsgluehttr2inijsonlitelifecyclemagrittropensslR6rappdirsrlangsysvctrswithryaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Vector Merging | append append.IssuesTB |
| Name of last commentator | author_last_comment author_last_comment.IssuesTB author_last_comment.IssueTB |
| Format the issue in a simpler format | format_issues |
| Format the label in a simpler format | format_labels |
| Format the milestones in a simpler format | format_milestones |
| Retrieve all the visible repos from a user / an organisation | get_all_repos |
| Retrieve information from the issues of GitHub | get_issues get_labels get_milestones |
| Number of comments | get_nbr_comments get_nbr_comments.IssuesTB get_nbr_comments.IssueTB |
| Create a new 'IssueTB' object | new_issue new_issue.data.frame new_issue.default new_issue.IssuesTB new_issue.IssueTB new_issue.list |
| Create a new 'IssuesTB' object | new_issues new_issues.data.frame new_issues.default new_issues.IssuesTB new_issues.IssueTB new_issues.list |
| Display IssueTB and IssuesTB object | print.IssuesTB print.IssueTB print.LabelsTB print.summary.IssuesTB print.summary.IssueTB print.summary.LabelsTB |
| Random Samples and Permutations | sample sample.IssuesTB |
| Compute a summary of an issue or a list of issues | summary.IssuesTB summary.IssueTB summary.LabelsTB |
| Update database | update_database |
| Check for comments in GitHub Issues | with_comments with_comments.IssuesTB |
| Check for labels in GitHub Issues | with_labels with_labels.IssuesTB |
| Check for text in GitHub Issues | with_text with_text.IssuesTB |
| Save datasets in a yaml file | write_to_dataset write_to_dataset.default write_to_dataset.IssuesTB write_to_dataset.LabelsTB write_to_dataset.MilestonesTB |
