Skip to content

Commit

Permalink
Merge pull request #15 from jrdnbradford/tax-update-action
Browse files Browse the repository at this point in the history
Final updates
  • Loading branch information
jrdnbradford authored Aug 12, 2024
2 parents 56236ef + dfc9212 commit 4ca3ca5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 76 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron:
'0 8 1,15 * *' # At 08:00AM on 1st and 15th of month

name: R-CMD-check

Expand All @@ -29,7 +32,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/taxonomy-version-check.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rebird
Version: 1.3.9005
Version: 1.3.9006
Title: R Client for the eBird Database of Bird Observations
Description: A programmatic client for the eBird database
(<https://ebird.org/home>), including functions for searching for bird
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rebird 1.3.9005
# rebird 1.3.9006

- Added `ebirdtaxonomyversion()` which retrieves data on available taxonomy versions.
The version is added as an attribute to `rebird::tax` (#131).
- Added `ebirdchecklist()`, which lets you view individual checklists (thanks @RichardLitt and @Rafnuss, #108).
- Made `ebirdregioncheck()`, `ebirdhotspot()`, `ebirdloc()` defunct.
- API tests now use `vcr`, which saves "cassettes" of the tests which can be played
Expand Down
3 changes: 1 addition & 2 deletions man/ebirdtaxonomyversion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ca3ca5

Please sign in to comment.