Skip to content

{IssueTrackeR} v1.1.0

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 09 Jan 10:25
· 117 commits to main since this release

R version

{IssueTrackeR} is available for R version >= 4.1

Installation

The latest release on GitHub:

# install.packages("remotes")
remotes::install_github("TanguyBarthelemy/IssueTrackeR@v1.1.0")

1.1.0 - 2025-01-09

Added

  • Additionnal argument ... to functions filter_issues and contains to custom vgrepl (and therefore to grepl)

Changed

  • internal function vgrepl() uses fixed = TRUE and perl = FALSE as default argument

Fixed

  • Bug fixed when milestones description is missing (commit 9b4832)
  • Bug fixed :missing argument ... in vgrepl call (commit 490d00a)

Removed

  • [.IssuesTB was duplicated
  • removed ... = _ in paste0 for R version before 4.2