Type: Package Package: IssueTrackeR Title: List Things to Do Version: 1.4.0.9012 Authors@R: person("Tanguy", "Barthelemy", , "tanguy.barthelemy@insee.fr", role = c("aut", "cre", "art")) Description: 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. License: MIT + file LICENSE URL: https://github.com/TanguyBarthelemy/IssueTrackeR, https://tanguybarthelemy.github.io/IssueTrackeR/ BugReports: https://github.com/TanguyBarthelemy/IssueTrackeR/issues Depends: R (>= 4.2.0) Imports: cli, crayon, gh, yaml, tools, stats, utils, grDevices Suggests: rlang, spelling, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: git libssl-dev Repository: https://tanguybarthelemy.r-universe.dev Date/Publication: 2026-06-26 17:01:53 UTC RemoteUrl: https://github.com/TanguyBarthelemy/IssueTrackeR RemoteRef: HEAD RemoteSha: 6fa69d44f7f352db268c0409cad3aa55566fbfa5 NeedsCompilation: no Packaged: 2026-06-26 18:45:44 UTC; root Author: Tanguy Barthelemy [aut, cre, art] Maintainer: Tanguy Barthelemy