Recent Releases of issuetracker
issuetracker - v1.2.0
{IssueTrackeR} 1.2.0
Updates
Changed
- Changed structure of issue --> data.frame
Removed
- Remove sorting and filtering function (to use the tidyverse instead)
Added
- Url link with Issues printed
- New
sample(),rbind(),summary()method
- R
Published by TanguyBarthelemy 11 months ago
issuetracker - v1.1.1
{IssueTrackeR} 1.1.1
Installation
🎉 {IssueTrackeR} is now available on CRAN! 🎉
To install it, you have to launch the following command line:
r
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 = FALSEiffixed = TRUE- lint condition_call (with
call. = FALSE)
- R
Published by TanguyBarthelemy about 1 year ago
issuetracker - {IssueTrackeR} v1.1.0
R version
{IssueTrackeR} is available for R version >= 4.1
Installation
The latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/IssueTrackeR@v1.1.0") ```
1.1.0 - 2025-01-09
Added
- Additionnal argument ... to functions
filter_issuesandcontainsto customvgrepl(and therefore togrepl)
Changed
- internal function
vgrepl()usesfixed = TRUEandperl = FALSEas default argument
Fixed
- Bug fixed when milestones description is missing (commit 9b4832)
- Bug fixed :missing argument ... in
vgreplcall (commit 490d00a)
Removed
[.IssuesTBwas duplicated- removed
... = _in paste0 for R version before 4.2
- R
Published by TanguyBarthelemy over 1 year ago
issuetracker - {IssueTrackeR} v1.0.0
R version
{IssueTrackeR} is available for R version >= 4.1
Installation
The latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/IssueTrackeR@v1.0.0") ```
CHANGELOG 1.0.0 - 2024-09-12
Added
- First release
- New CHANGELOG (
NEWS.md) - Documentation for
logic_reducer(),no_milestones(),vgrepl()andsimple_sort
- R
Published by TanguyBarthelemy almost 2 years ago
issuetracker - v0.0.1
{IssueTrackeR} 0.0.1
R version
{IssueTrackeR} is available for R version >= 4.1
Installation
The latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/IssueTrackeR@v0.0.1") ```
Full Changelog: https://github.com/TanguyBarthelemy/IssueTrackeR/commits/v0.0.1
- R
Published by TanguyBarthelemy almost 2 years ago