Package: IssueTrackeR 1.4.0.9012

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:Tanguy Barthelemy [aut, cre, art]

IssueTrackeR_1.4.0.9012.tar.gz
IssueTrackeR_1.4.0.9012.zip(r-4.7)IssueTrackeR_1.4.0.9012.zip(r-4.6)IssueTrackeR_1.4.0.9012.zip(r-4.5)
IssueTrackeR_1.4.0.9012.tgz(r-4.6-any)IssueTrackeR_1.4.0.9012.tgz(r-4.5-any)
IssueTrackeR_1.4.0.9012.tar.gz(r-4.7-any)IssueTrackeR_1.4.0.9012.tar.gz(r-4.6-any)
IssueTrackeR_1.4.0.9012.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
IssueTrackeR/json (API)

# 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

On CRAN:

Conda:

githubissuesissues-trackermileston

4.38 score 4 stars 259 downloads 19 exports 19 dependencies

Last updated from:6fa69d44f7. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK135
source / vignettesOK166
linux-release-x86_64OK127
macos-release-arm64OK110
macos-oldrel-arm64OK101
windows-develOK79
windows-releaseOK82
windows-oldrelOK75
wasm-releaseOK135

Exports:appendauthor_last_commentformat_issuesformat_labelsformat_milestonesget_all_reposget_issuesget_labelsget_milestonesget_nbr_commentsnew_issuenew_issuesreset_optionssampleupdate_databasewith_commentswith_labelswith_textwrite_to_dataset

Dependencies:askpassclicrayoncurlgitcredsgluehttr2inijsonlitelifecyclemagrittropensslR6rappdirsrlangsysvctrswithryaml

Readme and manuals

Help Manual

Help pageTopics
Vector Mergingappend append.IssuesTB
Name of last commentatorauthor_last_comment author_last_comment.IssuesTB author_last_comment.IssueTB
Format the issue in a simpler formatformat_issues
Format the label in a simpler formatformat_labels
Format the milestones in a simpler formatformat_milestones
Retrieve all the visible repos from a user / an organisationget_all_repos
Retrieve information from the issues of GitHubget_issues get_labels get_milestones
Number of commentsget_nbr_comments get_nbr_comments.IssuesTB get_nbr_comments.IssueTB
Create a new 'IssueTB' objectnew_issue new_issue.data.frame new_issue.default new_issue.IssuesTB new_issue.IssueTB new_issue.list
Create a new 'IssuesTB' objectnew_issues new_issues.data.frame new_issues.default new_issues.IssuesTB new_issues.IssueTB new_issues.list
Plot an IssuesTB objectplot.IssuesTB
Display IssueTB and IssuesTB objectprint print.IssuesTB print.IssueTB print.LabelsTB print.summary.IssuesTB print.summary.IssueTB print.summary.LabelsTB
Reset optionsreset_options
Random Samplingsample sample-issues sample.default sample.IssuesTB
Compute a summary of an issue or a list of issuessummary summary.IssuesTB summary.IssueTB summary.LabelsTB
Unique issues of an IssuesTB Objectunique-issues unique.IssuesTB
Update databaseupdate_database
Check for comments in GitHub Issueswith_comments with_comments.IssuesTB
Check for labels in GitHub Issueswith_labels with_labels.IssuesTB
Check for text in GitHub Issueswith_text with_text.IssuesTB
Save datasets in a yaml filewrite_to_dataset write_to_dataset.default write_to_dataset.IssuesTB write_to_dataset.LabelsTB write_to_dataset.MilestonesTB