Skip to content

Commit 6715025

Browse files
committed
[r] update news
1 parent acd01a0 commit 6715025

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Cache R packages
8282
if: runner.os != 'Windows'
83-
uses: actions/cache@v1
83+
uses: actions/cache@v4
8484
with:
8585
path: ${{ env.R_LIBS_USER }}
8686
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/external-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Cache R packages
8282
if: runner.os != 'Windows'
83-
uses: actions/cache@v1
83+
uses: actions/cache@v4
8484
with:
8585
path: ${{ env.R_LIBS_USER }}
8686
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: Rscript {0}
3333

3434
- name: Cache R packages
35-
uses: actions/cache@v1
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.R_LIBS_USER }}
3838
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: DALEX
22
Title: moDel Agnostic Language for Exploration and eXplanation
3-
Version: 2.5.2
3+
Version: 2.5.2.9000
44
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0001-8423-1823")),
66
person("Szymon", "Maksymiuk", role = "aut",

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
DALEX (development)
2+
---------------------------------------------------------------
3+
* [@mayer79](https://github.com/mayer79) fixed the use of the deprecated `size` argument in `ggplot2` version 4, which is now called `linewidth` ([#576](https://github.com/ModelOriented/DALEX/issues/576))
4+
5+
16
DALEX 2.5.2
27
---------------------------------------------------------------
38
* fixed NOTE during `devtools::document()` such as `S3 method plot.... needs @export or @exportS3method tag.`

0 commit comments

Comments
 (0)