Skip to content

Commit

Permalink
Merge pull request #69 from bgreenwell/devel
Browse files Browse the repository at this point in the history
increase R version in deps
  • Loading branch information
bgreenwell committed May 10, 2023
2 parents 21df738 + eb73166 commit 90a9ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LinkingTo:
RoxygenNote: 7.2.3
Encoding: UTF-8
Depends:
R (>= 3.5.0)
R (>= 3.6.0)
LazyData: true
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

* The dependency on [plyr](https://cran.r-project.org/package=plyr), which has been retired, has been removed in favor of using [foreach](https://cran.r-project.org/package=foreach) directly.

* Removed CXX_STD=CXX11 flag, so increased R dependency to R >= 3.6.

# fastshap 0.0.7

## Miscellaneous
Expand Down

0 comments on commit 90a9ced

Please sign in to comment.