Skip to content

Commit 435fa43

Browse files
authored
Merge pull request #138 from ModelOriented/cran-submission
CRAN submission
2 parents 3a2b14c + 51fc820 commit 435fa43

File tree

5 files changed

+18
-20
lines changed

5 files changed

+18
-20
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.4.1
2-
Date: 2023-12-03 14:00:12 UTC
3-
SHA: 266b083d1d98108e341c5bdaf0740df99ce7b4a7
1+
Version: 0.6.0
2+
Date: 2024-07-12 15:53:10 UTC
3+
SHA: 37b0a4f20c273699ffb71839193327f16772602f

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Depends:
2121
R (>= 3.2.0)
2222
Encoding: UTF-8
2323
Roxygen: list(markdown = TRUE)
24-
RoxygenNote: 7.3.1
24+
RoxygenNote: 7.3.2
2525
Imports:
2626
foreach,
2727
MASS,

NEWS.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This release is intended to be the last before stable version 1.0.0.
1010

1111
- Fix CRAN note about unavailable link to `gam::gam()`.
1212
- Added dependency to {MASS} for calculating Moore-Penrose generalized matrix inverse.
13-
- Slight code improvements.
1413

1514
# kernelshap 0.5.0
1615

cran-comments.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# kernelshap 0.5.0
1+
# kernelshap 0.6.0
22

3-
Hello CRAN team
3+
This update deals with a CRAN note.
44

5-
This update brings an efficient explainer for additive models.
6-
7-
Michael
5+
It further removes the possibility of using factor predictions and therefore a relatively big source of error.
86

97
## Checks
108

11-
### Revdep
12-
13-
survex 1.2.0
14-
- OK: 1
15-
- BROKEN: 0
16-
179
### Local check
1810

19-
OK
11+
- 0 errors
12+
- 0 warnings
13+
- 0 notes
2014

2115
### `check_win_devel()`
2216

2317
Status: OK
2418

19+
### Revdep
20+
21+
survex 1.2.0
22+
- OK: 1
23+
- BROKEN: 0

revdep/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
|field |value |
44
|:--------|:--------------------------------------------------------|
5-
|version |R version 4.3.0 (2023-04-21 ucrt) |
5+
|version |R version 4.4.1 (2024-06-14 ucrt) |
66
|os |Windows 11 x64 (build 22631) |
77
|system |x86_64, mingw32 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |German_Switzerland.utf8 |
1111
|ctype |German_Switzerland.utf8 |
1212
|tz |Europe/Zurich |
13-
|date |2024-05-26 |
13+
|date |2024-07-12 |
1414
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
1515
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:----------|:------|:------|:--|
21-
|kernelshap |0.4.1 |0.5.0 |* |
21+
|kernelshap |0.5.0 |0.6.0 |* |
2222
|foreach |1.5.2 |1.5.2 | |
2323
|iterators |1.0.14 |1.0.14 | |
2424

0 commit comments

Comments
 (0)