Skip to content

Commit

Permalink
dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Jan 16, 2024
1 parent 585bbe7 commit 1f6ca46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
# shell: Rscript {0}

- name: Test coverage
run: covr::codecov(type="all")
run: covr::codecov(type="tests")
shell: Rscript {0}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tidysdm
Title: Species Distribution Models with Tidymodels
Version: 0.9.2.9001
Version: 0.9.2.9002
Authors@R: c(
person("Michela", "Leonardi", role = "aut"),
person("Margherita", "Colucci", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# dev version

* fix bug in `filter_high_cor` due to changes in `terra` 1.6.75
* implement `collect_metrics` for ensembles.

# `tidysdm` 0.9.2
Expand Down

0 comments on commit 1f6ca46

Please sign in to comment.