Skip to content

Commit 6e4d78a

Browse files
committed
chore: added depends R>=4.1.0 to description
to fix cran note
1 parent a1a5472 commit 6e4d78a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: treeshap
22
Title: Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP'
33
Algorithm
4-
Version: 0.3.1.9000
4+
Version: 0.3.2
55
Authors@R: c(
66
person("Konrad", "Komisarczyk", email = "komisarczykkonrad@gmail.com", role = "aut"),
77
person("Pawel", "Kozminski", email = "pkozminski99@gmail.com", role = "aut"),
@@ -21,7 +21,7 @@ URL: https://modeloriented.github.io/treeshap/,
2121
https://github.com/ModelOriented/treeshap
2222
BugReports: https://github.com/ModelOriented/treeshap/issues
2323
Depends:
24-
R (>= 2.10)
24+
R (>= 4.1.0)
2525
Imports:
2626
data.table,
2727
ggplot2,
@@ -41,4 +41,4 @@ LinkingTo:
4141
Encoding: UTF-8
4242
LazyData: true
4343
Roxygen: list(markdown = TRUE)
44-
RoxygenNote: 7.2.3
44+
RoxygenNote: 7.3.3

0 commit comments

Comments
 (0)