Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Apr 9, 2024
1 parent 8a9b01c commit 38e96fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r-check-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest-xlarge, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: '4.1'}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: stringx
Type: Package
Title: Replacements for Base String Functions Powered by 'stringi'
Version: 0.2.7
Date: 2024-04-05
Version: 0.2.8
Date: 2024-04-09
Authors@R: c(
person("Marek", "Gagolewski",
role = c("aut", "cre", "cph"),
Expand Down
10 changes: 1 addition & 9 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
> see <https://github.com/gagolews/stringx/issues>.


## 0.2.8 (2024-04-09)
## 0.2.7 (2024-04-05)

* [BUGFIX] Fixed failing checks/tests due to some updates in R.



## 0.2.6 (2023-11-30)

* [BACKWARD INCOMPATIBILITY] `strptime` fills missing fields based
Expand All @@ -20,15 +20,7 @@


## 0.2.5 (2023-05-21)

* [BUGFIX] Fixed failing checks/tests due to some updates in R.


## 0.2.4 (2022-10-27)

* [BUGFIX] Fixed failing checks/tests due to some updates in R.


## 0.2.3 (2022-10-13)

* [BUGFIX] Fixed failing checks/tests due to some updates in R.
Expand Down

0 comments on commit 38e96fa

Please sign in to comment.