Skip to content

v1.1.1

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 26 Apr 09:22
· 83 commits to main since this release

{IssueTrackeR} 1.1.1

Installation

πŸŽ‰ {IssueTrackeR} is now available on CRAN! πŸŽ‰

To install it, you have to launch the following command line:

install.packages("IssueTrackeR")

Updates

Added

  • New function to format Milestones
  • New function to format timestamp
  • New argument accepted in filter_issues() : "b" for "body", "t" for "title", "l" for "labels" and "m" for "milestones"

Changed

  • ignore.case = FALSE if fixed = TRUE
  • lint condition_call (with call. = FALSE)